#2F1EBD

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

Shades of Persian Blue #2F1EBD

Tints of Persian Blue #2F1EBD

Color information

#2F1EBD (or 0x2F1EBD) is unknown color: approx Persian Blue. HEX triplet: 2F, 1E and BD. RGB value is (47,30,189). Sum of RGB (Red+Green+Blue) = 47+30+189=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F1EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1EBD is #D0E142. Grayscale: #343434. Windows color (decimal): -13689155 or 12394031. OLE color: 12394031.

HSL color Cylindrical-coordinate representation of color #2F1EBD: hue angle of 246.42º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1EBD is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4730189-
CMYK0.750.8400.26
HSL246.42º72.6%42.94%-
HSV(B)246.42º84.13%74.12%-
XYZ10.825.2148.58-
YUV53.21204.63123.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.67%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 189 (74.22% from 255) = 71.05%
R=17.67%
G=11.28%
B=71.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47301890.750.8400.26246.4272.642.94
Hex2F1EBD4B5401Af6492b
Octal573627511312403236611153
Binary101111111101011110110010111010100011010111101101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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