Html Css Color HEX #2F0A70 Persian Indigo

📋 copy color: '#2F0A70'

red 47 ◦ green 10 ◦ blue 112

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

Shades of Persian Indigo #2F0A70

Tints of Persian Indigo #2F0A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.92%

 BLUE value IS 112 (44.14% from 255) = 66.27%

R = 27.81%
G = 5.92%
B = 66.27%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F0A70 (or 0x2F0A70) is known color: Persian Indigo. HEX triplet: 2F, 0A and 70. RGB value is (47,10,112). Sum of RGB (Red+Green+Blue) = 47+10+112=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F0A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0A70 is #D0F58F. Grayscale: #202020. Windows color (decimal): -13694352 or 7342639. OLE color: 7342639.

HSL color Cylindrical-coordinate representation of color #2F0A70: hue angle of 261.76º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0A70 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 10 112 -
CMYK 0.58 0.91 0 0.56
HSL 261.76º 0.84% 0.24% -
HSV(B) 261.76º 0.91% 0.44% -
XYZ 4.21 1.99 15.49 -
YUV 32.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 47 10 112 0.58 0.91 0 0.56 261.76 0.84 0.24
Hex 2F A 70 3A 5B 0 38 106 54 18
Octal 57 12 160 72 133 0 70 406 124 30
Binary 101111 1010 1110000 111010 1011011 0 111000 100000110 1010100 11000

Color Harmonies of #2F0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0A70

Black with #2F0A70

Text Example


Text Example

White with #2F0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,10,112); }

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

background-color css

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

 a { background-color: rgb(47,10,112); }

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

border-color css

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

 span { border-color: rgb(47,10,112); }

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