Html Css Color HEX #280258 Christalle

📋 copy color: '#280258'

red 40 ◦ green 2 ◦ blue 88

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

Shades of Christalle #280258

Tints of Christalle #280258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 67.69%

R = 30.77%
G = 1.54%
B = 67.69%

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

#280258 (or 0x280258) is known color: Christalle. HEX triplet: 28, 02 and 58. RGB value is (40,2,88). Sum of RGB (Red+Green+Blue) = 40+2+88=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #280258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280258 is #D7FDA7. Grayscale: #161616. Windows color (decimal): -14155176 or 5767720. OLE color: 5767720.

HSL color Cylindrical-coordinate representation of color #280258: hue angle of 266.51º 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 #280258 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 2 88 -
CMYK 0.55 0.98 0 0.65
HSL 266.51º 0.96% 0.18% -
HSV(B) 266.51º 0.98% 0.35% -
XYZ 2.66 1.2 9.32 -
YUV 23.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 40 2 88 0.55 0.98 0 0.65 266.51 0.96 0.18
Hex 28 2 58 37 62 0 41 10B 60 12
Octal 50 2 130 67 142 0 101 413 140 22
Binary 101000 10 1011000 110111 1100010 0 1000001 100001011 1100000 10010

Color Harmonies of #280258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280258

Black with #280258

Text Example


Text Example

White with #280258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280258; }

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

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

background-color css

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

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

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

border-color css

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

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

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