Html Css Color HEX #2F0258 Christalle

📋 copy color: '#2F0258'

red 47 ◦ green 2 ◦ blue 88

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

Shades of Christalle #2F0258

Tints of Christalle #2F0258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.46%

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

R = 34.31%
G = 1.46%
B = 64.23%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F0258 (or 0x2F0258) is known color: Christalle. HEX triplet: 2F, 02 and 58. RGB value is (47,2,88). Sum of RGB (Red+Green+Blue) = 47+2+88=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F0258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0258 is #D0FDA7. Grayscale: #181818. Windows color (decimal): -13696424 or 5767727. OLE color: 5767727.

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

Color convert

RGB 47 2 88 -
CMYK 0.47 0.98 0 0.65
HSL 271.4º 0.96% 0.18% -
HSV(B) 271.4º 0.98% 0.35% -
XYZ 2.96 1.35 9.34 -
YUV 25.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 47 2 88 0.47 0.98 0 0.65 271.4 0.96 0.18
Hex 2F 2 58 2F 62 0 41 10F 60 12
Octal 57 2 130 57 142 0 101 417 140 22
Binary 101111 10 1011000 101111 1100010 0 1000001 100001111 1100000 10010

Color Harmonies of #2F0258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0258

Black with #2F0258

Text Example


Text Example

White with #2F0258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,2,88); }

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

background-color css

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

 a { background-color: rgb(47,2,88); }

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

border-color css

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

 span { border-color: rgb(47,2,88); }

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