#2F1EAD

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

Shades of Persian Blue #2F1EAD

Tints of Persian Blue #2F1EAD

Color information

#2F1EAD (or 0x2F1EAD) is unknown color: approx Persian Blue. HEX triplet: 2F, 1E and AD. RGB value is (47,30,173). Sum of RGB (Red+Green+Blue) = 47+30+173=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F1EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1EAD is #D0E152. Grayscale: #323232. Windows color (decimal): -13689171 or 11345455. OLE color: 11345455.

HSL color Cylindrical-coordinate representation of color #2F1EAD: hue angle of 247.13º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F1EAD is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4730173-
CMYK0.730.8300.32
HSL247.13º70.44%39.8%-
HSV(B)247.13º82.66%67.84%-
XYZ9.184.5539.93-
YUV51.38196.63124.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.8%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 173 (67.97% from 255) = 69.2%
R=18.8%
G=12%
B=69.2%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47301730.730.8300.32247.1370.4439.8
Hex2F1EAD4953020f74628
Octal573625511112304036710650
Binary1011111111010101101100100110100110100000111101111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,30,173); }

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

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

 a { background-color: rgb(47,30,173); }

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

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

 span { border-color: rgb(47,30,173); }

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