Html Css Color HEX #28015D Christalle

📋 copy color: '#28015D'

red 40 ◦ green 1 ◦ blue 93

#28015D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #28015D

Tints of Christalle #28015D

RGB

 RED value IS 40 (16.02% from 255) = 29.85%

 GREEN value IS 1 (0.78% from 255) = 0.75%

 BLUE value IS 93 (36.72% from 255) = 69.4%

R = 29.85%
G = 0.75%
B = 69.4%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#28015D (or 0x28015D) is known color: Christalle. HEX triplet: 28, 01 and 5D. RGB value is (40,1,93). Sum of RGB (Red+Green+Blue) = 40+1+93=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #28015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28015D is #D7FEA2. Grayscale: #161616. Windows color (decimal): -14155427 or 6095144. OLE color: 6095144.

HSL color Cylindrical-coordinate representation of color #28015D: hue angle of 265.43º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28015D is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 1 93 -
CMYK 0.57 0.99 0 0.64
HSL 265.43º 0.98% 0.18% -
HSV(B) 265.43º 0.99% 0.36% -
XYZ 2.86 1.26 10.45 -
YUV 23.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 40 1 93 0.57 0.99 0 0.64 265.43 0.98 0.18
Hex 28 1 5D 39 63 0 40 109 62 12
Octal 50 1 135 71 143 0 100 411 142 22
Binary 101000 1 1011101 111001 1100011 0 1000000 100001001 1100010 10010

Color Harmonies of #28015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28015D

Black with #28015D

Text Example


Text Example

White with #28015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28015D; }

 p { color: rgb(40,1,93); }

 H1.HeaderClassName
 {
   color: #28015D;
 }
 .AnyTagClassName
 {
   color: #28015D;
 }
</style>

background-color css

<style>
 a { background-color: #28015D; }

 a { background-color: rgb(40,1,93); }

 div.DivClassName
 {
   background-color: #28015D;
 }
 .BgClassName
 {
   background-color: #28015D;
 }
</style>

border-color css

<style>
 span { border-color: #28015D; }

 span { border-color: rgb(40,1,93); }

 td.TdClassName
 {
   border-color: #28015D;
 }
 .TagClassName
 {
   border-color: #28015D;
 }
</style>