#2F2292

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

Shades of Persian Indigo #2F2292

Tints of Persian Indigo #2F2292

Color information

#2F2292 (or 0x2F2292) is unknown color: approx Persian Indigo. HEX triplet: 2F, 22 and 92. RGB value is (47,34,146). Sum of RGB (Red+Green+Blue) = 47+34+146=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F2292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2292 is #D0DD6D. Grayscale: #323232. Windows color (decimal): -13688174 or 9577007. OLE color: 9577007.

HSL color Cylindrical-coordinate representation of color #2F2292: hue angle of 246.96º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2292 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4734146-
CMYK0.680.7700.43
HSL246.96º62.22%35.29%-
HSV(B)246.96º76.71%57.25%-
XYZ6.933.8227.57-
YUV50.66181.81125.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.70%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 146 (57.42% from 255) = 64.32%
R=20.70%
G=14.98%
B=64.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47341460.680.7700.43246.9662.2235.29
Hex2F2292444D02Bf73e23
Octal57422221041150533677643
Binary1011111000101001001010001001001101010101111110111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,34,146); }

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

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

 a { background-color: rgb(47,34,146); }

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

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

 span { border-color: rgb(47,34,146); }

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