Html Css Color HEX #2B0059 Christalle

📋 copy color: '#2B0059'

red 43 ◦ green 0 ◦ blue 89

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

Shades of Christalle #2B0059

Tints of Christalle #2B0059

RGB

 RED value IS 43 (17.19% from 255) = 32.58%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.58%
G = 0%
B = 67.42%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B0059 (or 0x2B0059) is known color: Christalle. HEX triplet: 2B, 00 and 59. RGB value is (43,0,89). Sum of RGB (Red+Green+Blue) = 43+0+89=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0059 is #D4FFA6. Grayscale: #161616. Windows color (decimal): -13959079 or 5832747. OLE color: 5832747.

HSL color Cylindrical-coordinate representation of color #2B0059: hue angle of 268.99º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0059 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 0 89 -
CMYK 0.52 1 0 0.65
HSL 268.99º 1% 0.17% -
HSV(B) 268.99º 1% 0.35% -
XYZ 2.8 1.23 9.54 -
YUV 23 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 43 0 89 0.52 1 0 0.65 268.99 1 0.17
Hex 2B 0 59 34 64 0 41 10D 64 11
Octal 53 0 131 64 144 0 101 415 144 21
Binary 101011 0 1011001 110100 1100100 0 1000001 100001101 1100100 10001

Color Harmonies of #2B0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0059

Black with #2B0059

Text Example


Text Example

White with #2B0059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B0059; }

 p { color: rgb(43,0,89); }

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

background-color css

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

 a { background-color: rgb(43,0,89); }

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

border-color css

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

 span { border-color: rgb(43,0,89); }

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