Html Css Color HEX #280259 Christalle

📋 copy color: '#280259'

red 40 ◦ green 2 ◦ blue 89

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

Shades of Christalle #280259

Tints of Christalle #280259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 89 (35.16% from 255) = 67.94%

R = 30.53%
G = 1.53%
B = 67.94%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#280259 (or 0x280259) is known color: Christalle. HEX triplet: 28, 02 and 59. RGB value is (40,2,89). Sum of RGB (Red+Green+Blue) = 40+2+89=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #280259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280259 is #D7FDA6. Grayscale: #161616. Windows color (decimal): -14155175 or 5833256. OLE color: 5833256.

HSL color Cylindrical-coordinate representation of color #280259: hue angle of 266.21º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280259 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 2 89 -
CMYK 0.55 0.98 0 0.65
HSL 266.21º 0.96% 0.18% -
HSV(B) 266.21º 0.98% 0.35% -
XYZ 2.7 1.22 9.54 -
YUV 23.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 40 2 89 0.55 0.98 0 0.65 266.21 0.96 0.18
Hex 28 2 59 37 62 0 41 10A 60 12
Octal 50 2 131 67 142 0 101 412 140 22
Binary 101000 10 1011001 110111 1100010 0 1000001 100001010 1100000 10010

Color Harmonies of #280259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280259

Black with #280259

Text Example


Text Example

White with #280259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280259; }

 p { color: rgb(40,2,89); }

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

background-color css

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

 a { background-color: rgb(40,2,89); }

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

border-color css

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

 span { border-color: rgb(40,2,89); }

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