#2F2198

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

Shades of Persian Indigo #2F2198

Tints of Persian Indigo #2F2198

Color information

#2F2198 (or 0x2F2198) is unknown color: approx Persian Indigo. HEX triplet: 2F, 21 and 98. RGB value is (47,33,152). Sum of RGB (Red+Green+Blue) = 47+33+152=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F2198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2198 is #D0DE67. Grayscale: #323232. Windows color (decimal): -13688424 or 9969967. OLE color: 9969967.

HSL color Cylindrical-coordinate representation of color #2F2198: hue angle of 247.06º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F2198 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4733152-
CMYK0.690.7800.40
HSL247.06º64.32%36.27%-
HSV(B)247.06º78.29%59.61%-
XYZ7.383.9630.08-
YUV50.75185.14125.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 152 (59.77% from 255) = 65.52%
R=20.26%
G=14.22%
B=65.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47331520.690.7800.40247.0664.3236.27
Hex2F2198454E028f74024
Octal574123010511605036710044
Binary10111110000110011000100010110011100101000111101111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,33,152); }

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

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

 a { background-color: rgb(47,33,152); }

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

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

 span { border-color: rgb(47,33,152); }

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