Html Css Color HEX #280B58 Christalle

📋 copy color: '#280B58'

red 40 ◦ green 11 ◦ blue 88

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

Shades of Christalle #280B58

Tints of Christalle #280B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.91%

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

R = 28.78%
G = 7.91%
B = 63.31%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#280B58 (or 0x280B58) is known color: Christalle. HEX triplet: 28, 0B and 58. RGB value is (40,11,88). Sum of RGB (Red+Green+Blue) = 40+11+88=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #280B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B58 is #D7F4A7. Grayscale: #1C1C1C. Windows color (decimal): -14152872 or 5770024. OLE color: 5770024.

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

Color convert

RGB 40 11 88 -
CMYK 0.55 0.88 0 0.65
HSL 262.6º 0.78% 0.19% -
HSV(B) 262.6º 0.88% 0.35% -
XYZ 2.76 1.4 9.36 -
YUV 28.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 40 11 88 0.55 0.88 0 0.65 262.6 0.78 0.19
Hex 28 B 58 37 58 0 41 107 4E 13
Octal 50 13 130 67 130 0 101 407 116 23
Binary 101000 1011 1011000 110111 1011000 0 1000001 100000111 1001110 10011

Color Harmonies of #280B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B58

Black with #280B58

Text Example


Text Example

White with #280B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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