#2F197D

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

Shades of Persian Indigo #2F197D

Tints of Persian Indigo #2F197D

Color information

#2F197D (or 0x2F197D) is unknown color: approx Persian Indigo. HEX triplet: 2F, 19 and 7D. RGB value is (47,25,125). Sum of RGB (Red+Green+Blue) = 47+25+125=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F197D is #D0E682. Grayscale: #2A2A2A. Windows color (decimal): -13690499 or 8198447. OLE color: 8198447.

HSL color Cylindrical-coordinate representation of color #2F197D: hue angle of 253.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F197D is Cyan = 0.62, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4725125-
CMYK0.620.800.51
HSL253.2º66.67%29.41%-
HSV(B)253.2º80%49.02%-
XYZ5.222.7819.66-
YUV42.98174.29130.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 125 (49.22% from 255) = 63.45%
R=23.86%
G=12.69%
B=63.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47251250.620.800.51253.266.6729.41
Hex2F197D3E50033fd431d
Octal57311757612006337510335
Binary1011111100111111011111101010000011001111111101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,25,125); }

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

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

 a { background-color: rgb(47,25,125); }

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

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

 span { border-color: rgb(47,25,125); }

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