Html Css Color HEX #2F0E68 Persian Indigo

📋 copy color: '#2F0E68'

red 47 ◦ green 14 ◦ blue 104

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

Shades of Persian Indigo #2F0E68

Tints of Persian Indigo #2F0E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.48%

 BLUE value IS 104 (41.02% from 255) = 63.03%

R = 28.48%
G = 8.48%
B = 63.03%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2F0E68 (or 0x2F0E68) is known color: Persian Indigo. HEX triplet: 2F, 0E and 68. RGB value is (47,14,104). Sum of RGB (Red+Green+Blue) = 47+14+104=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F0E68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0E68 is #D0F197. Grayscale: #212121. Windows color (decimal): -13693336 or 6819375. OLE color: 6819375.

HSL color Cylindrical-coordinate representation of color #2F0E68: hue angle of 262º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F0E68 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 47 14 104 -
CMYK 0.55 0.87 0 0.59
HSL 262º 0.76% 0.23% -
HSV(B) 262º 0.87% 0.41% -
XYZ 3.83 1.92 13.27 -
YUV 34.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 47 14 104 0.55 0.87 0 0.59 262 0.76 0.23
Hex 2F E 68 37 57 0 3B 106 4C 17
Octal 57 16 150 67 127 0 73 406 114 27
Binary 101111 1110 1101000 110111 1010111 0 111011 100000110 1001100 10111

Color Harmonies of #2F0E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0E68

Black with #2F0E68

Text Example


Text Example

White with #2F0E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,14,104); }

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

background-color css

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

 a { background-color: rgb(47,14,104); }

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

border-color css

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

 span { border-color: rgb(47,14,104); }

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