Html Css Color HEX #280E59 Christalle

📋 copy color: '#280E59'

red 40 ◦ green 14 ◦ blue 89

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

Shades of Christalle #280E59

Tints of Christalle #280E59

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.79%

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

R = 27.97%
G = 9.79%
B = 62.24%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#280E59 (or 0x280E59) is known color: Christalle. HEX triplet: 28, 0E and 59. RGB value is (40,14,89). Sum of RGB (Red+Green+Blue) = 40+14+89=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #280E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E59 is #D7F1A6. Grayscale: #1E1E1E. Windows color (decimal): -14152103 or 5836328. OLE color: 5836328.

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

Color convert

RGB 40 14 89 -
CMYK 0.55 0.84 0 0.65
HSL 260.8º 0.73% 0.2% -
HSV(B) 260.8º 0.84% 0.35% -
XYZ 2.84 1.49 9.59 -
YUV 30.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 40 14 89 0.55 0.84 0 0.65 260.8 0.73 0.2
Hex 28 E 59 37 54 0 41 105 49 14
Octal 50 16 131 67 124 0 101 405 111 24
Binary 101000 1110 1011001 110111 1010100 0 1000001 100000101 1001001 10100

Color Harmonies of #280E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E59

Black with #280E59

Text Example


Text Example

White with #280E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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