#2F0370

Color #2F0370 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2F0370

Tints of Persian Indigo #2F0370

Color information

#2F0370 (or 0x2F0370) is unknown color: approx Persian Indigo. HEX triplet: 2F, 03 and 70. RGB value is (47,3,112). Sum of RGB (Red+Green+Blue) = 47+3+112=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F0370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0370 is #D0FC8F. Grayscale: #1C1C1C. Windows color (decimal): -13696144 or 7340847. OLE color: 7340847.

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

Color convert

RGB473112-
CMYK0.580.9700.56
HSL264.22º94.78%22.55%-
HSV(B)264.22º97.32%43.92%-
XYZ4.131.8415.47-
YUV28.58175.08141.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 3 (1.56% from 255) = 1.85%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=29.01%
G=1.85%
B=69.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4731120.580.9700.56264.2294.7822.55
Hex2F3703A610381085f17
Octal5731607214107041013727
Binary10111111111000011101011000010111000100001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F0370;
 }
 .AnyTagClassName
 {
   color: #2F0370;
 }
</style>
background-color css

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

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

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

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

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

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