Html Css Color HEX #2F0159 Christalle

📋 copy color: '#2F0159'

red 47 ◦ green 1 ◦ blue 89

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

Shades of Christalle #2F0159

Tints of Christalle #2F0159

RGB

 RED value IS 47 (18.75% from 255) = 34.31%

 GREEN value IS 1 (0.78% from 255) = 0.73%

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

R = 34.31%
G = 0.73%
B = 64.96%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F0159 (or 0x2F0159) is known color: Christalle. HEX triplet: 2F, 01 and 59. RGB value is (47,1,89). Sum of RGB (Red+Green+Blue) = 47+1+89=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F0159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0159 is #D0FEA6. Grayscale: #181818. Windows color (decimal): -13696679 or 5833007. OLE color: 5833007.

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

Color convert

RGB 47 1 89 -
CMYK 0.47 0.99 0 0.65
HSL 271.36º 0.98% 0.18% -
HSV(B) 271.36º 0.99% 0.35% -
XYZ 2.99 1.35 9.55 -
YUV 24.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 47 1 89 0.47 0.99 0 0.65 271.36 0.98 0.18
Hex 2F 1 59 2F 63 0 41 10F 62 12
Octal 57 1 131 57 143 0 101 417 142 22
Binary 101111 1 1011001 101111 1100011 0 1000001 100001111 1100010 10010

Color Harmonies of #2F0159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0159

Black with #2F0159

Text Example


Text Example

White with #2F0159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,1,89); }

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

background-color css

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

 a { background-color: rgb(47,1,89); }

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

border-color css

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

 span { border-color: rgb(47,1,89); }

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