Html Css Color HEX #2F0259 Christalle

📋 copy color: '#2F0259'

red 47 ◦ green 2 ◦ blue 89

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

Shades of Christalle #2F0259

Tints of Christalle #2F0259

RGB

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

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

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

R = 34.06%
G = 1.45%
B = 64.49%

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

#2F0259 (or 0x2F0259) is known color: Christalle. HEX triplet: 2F, 02 and 59. RGB value is (47,2,89). Sum of RGB (Red+Green+Blue) = 47+2+89=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0259 is #D0FDA6. Grayscale: #191919. Windows color (decimal): -13696423 or 5833263. OLE color: 5833263.

HSL color Cylindrical-coordinate representation of color #2F0259: hue angle of 271.03º 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 #2F0259 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 2 89 -
CMYK 0.47 0.98 0 0.65
HSL 271.03º 0.96% 0.18% -
HSV(B) 271.03º 0.98% 0.35% -
XYZ 3 1.37 9.56 -
YUV 25.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 47 2 89 0.47 0.98 0 0.65 271.03 0.96 0.18
Hex 2F 2 59 2F 62 0 41 10F 60 12
Octal 57 2 131 57 142 0 101 417 140 22
Binary 101111 10 1011001 101111 1100010 0 1000001 100001111 1100000 10010

Color Harmonies of #2F0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0259

Black with #2F0259

Text Example


Text Example

White with #2F0259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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