Html Css Color HEX #28065A Christalle

📋 copy color: '#28065A'

red 40 ◦ green 6 ◦ blue 90

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

Shades of Christalle #28065A

Tints of Christalle #28065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 90 (35.55% from 255) = 66.18%

R = 29.41%
G = 4.41%
B = 66.18%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28065A (or 0x28065A) is known color: Christalle. HEX triplet: 28, 06 and 5A. RGB value is (40,6,90). Sum of RGB (Red+Green+Blue) = 40+6+90=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #28065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28065A is #D7F9A5. Grayscale: #191919. Windows color (decimal): -14154150 or 5899816. OLE color: 5899816.

HSL color Cylindrical-coordinate representation of color #28065A: hue angle of 264.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28065A is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 6 90 -
CMYK 0.56 0.93 0 0.65
HSL 264.29º 0.88% 0.19% -
HSV(B) 264.29º 0.93% 0.35% -
XYZ 2.79 1.32 9.78 -
YUV 25.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 40 6 90 0.56 0.93 0 0.65 264.29 0.88 0.19
Hex 28 6 5A 38 5D 0 41 108 58 13
Octal 50 6 132 70 135 0 101 410 130 23
Binary 101000 110 1011010 111000 1011101 0 1000001 100001000 1011000 10011

Color Harmonies of #28065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28065A

Black with #28065A

Text Example


Text Example

White with #28065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28065A; }

 p { color: rgb(40,6,90); }

 H1.HeaderClassName
 {
   color: #28065A;
 }
 .AnyTagClassName
 {
   color: #28065A;
 }
</style>

background-color css

<style>
 a { background-color: #28065A; }

 a { background-color: rgb(40,6,90); }

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

border-color css

<style>
 span { border-color: #28065A; }

 span { border-color: rgb(40,6,90); }

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