#2F2285

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

Shades of Persian Indigo #2F2285

Tints of Persian Indigo #2F2285

Color information

#2F2285 (or 0x2F2285) is unknown color: approx Persian Indigo. HEX triplet: 2F, 22 and 85. RGB value is (47,34,133). Sum of RGB (Red+Green+Blue) = 47+34+133=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F2285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2285 is #D0DD7A. Grayscale: #303030. Windows color (decimal): -13688187 or 8725039. OLE color: 8725039.

HSL color Cylindrical-coordinate representation of color #2F2285: hue angle of 247.88º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F2285 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4734133-
CMYK0.650.7400.48
HSL247.88º59.28%32.75%-
HSV(B)247.88º74.44%52.16%-
XYZ5.983.4422.54-
YUV49.17175.31126.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.96%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 133 (52.34% from 255) = 62.15%
R=21.96%
G=15.89%
B=62.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47341330.650.7400.48247.8859.2832.75
Hex2F2285414A030f83b21
Octal57422051011120603707341
Binary1011111000101000010110000011001010011000011111000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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