Html Css Color HEX #2F0D72 Persian Indigo

📋 copy color: '#2F0D72'

red 47 ◦ green 13 ◦ blue 114

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

Shades of Persian Indigo #2F0D72

Tints of Persian Indigo #2F0D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.47%

 BLUE value IS 114 (44.92% from 255) = 65.52%

R = 27.01%
G = 7.47%
B = 65.52%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F0D72 (or 0x2F0D72) is known color: Persian Indigo. HEX triplet: 2F, 0D and 72. RGB value is (47,13,114). Sum of RGB (Red+Green+Blue) = 47+13+114=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F0D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0D72 is #D0F28D. Grayscale: #222222. Windows color (decimal): -13693582 or 7474479. OLE color: 7474479.

HSL color Cylindrical-coordinate representation of color #2F0D72: hue angle of 260.2º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0D72 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 13 114 -
CMYK 0.59 0.89 0 0.55
HSL 260.2º 0.8% 0.25% -
HSV(B) 260.2º 0.89% 0.45% -
XYZ 4.35 2.11 16.1 -
YUV 34.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 47 13 114 0.59 0.89 0 0.55 260.2 0.8 0.25
Hex 2F D 72 3B 59 0 37 104 50 19
Octal 57 15 162 73 131 0 67 404 120 31
Binary 101111 1101 1110010 111011 1011001 0 110111 100000100 1010000 11001

Color Harmonies of #2F0D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0D72

Black with #2F0D72

Text Example


Text Example

White with #2F0D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,13,114); }

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

background-color css

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

 a { background-color: rgb(47,13,114); }

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

border-color css

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

 span { border-color: rgb(47,13,114); }

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