#2F237E

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

Shades of Persian Indigo #2F237E

Tints of Persian Indigo #2F237E

Color information

#2F237E (or 0x2F237E) is unknown color: approx Persian Indigo. HEX triplet: 2F, 23 and 7E. RGB value is (47,35,126). Sum of RGB (Red+Green+Blue) = 47+35+126=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #2F237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F237E is #D0DC81. Grayscale: #303030. Windows color (decimal): -13687938 or 8266543. OLE color: 8266543.

HSL color Cylindrical-coordinate representation of color #2F237E: hue angle of 247.91º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F237E is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4735126-
CMYK0.630.7200.51
HSL247.91º56.52%31.57%-
HSV(B)247.91º72.22%49.41%-
XYZ5.543.3120.09-
YUV48.96171.48126.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.60%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 126 (49.61% from 255) = 60.58%
R=22.60%
G=16.83%
B=60.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47351260.630.7200.51247.9156.5231.57
Hex2F237E3F48033f83920
Octal5743176771100633707140
Binary10111110001111111101111111001000011001111111000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,35,126); }

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

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

 a { background-color: rgb(47,35,126); }

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

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

 span { border-color: rgb(47,35,126); }

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