Html Css Color HEX #2F0F59 Christalle

📋 copy color: '#2F0F59'

red 47 ◦ green 15 ◦ blue 89

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

Shades of Christalle #2F0F59

Tints of Christalle #2F0F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.93%

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

R = 31.13%
G = 9.93%
B = 58.94%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F0F59 (or 0x2F0F59) is known color: Christalle. HEX triplet: 2F, 0F and 59. RGB value is (47,15,89). Sum of RGB (Red+Green+Blue) = 47+15+89=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F0F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0F59 is #D0F0A6. Grayscale: #202020. Windows color (decimal): -13693095 or 5836591. OLE color: 5836591.

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

Color convert

RGB 47 15 89 -
CMYK 0.47 0.83 0 0.65
HSL 265.95º 0.71% 0.2% -
HSV(B) 265.95º 0.83% 0.35% -
XYZ 3.15 1.67 9.61 -
YUV 33 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 47 15 89 0.47 0.83 0 0.65 265.95 0.71 0.2
Hex 2F F 59 2F 53 0 41 10A 47 14
Octal 57 17 131 57 123 0 101 412 107 24
Binary 101111 1111 1011001 101111 1010011 0 1000001 100001010 1000111 10100

Color Harmonies of #2F0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0F59

Black with #2F0F59

Text Example


Text Example

White with #2F0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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