#2F22D6

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

Shades of Persian Blue #2F22D6

Tints of Persian Blue #2F22D6

Color information

#2F22D6 (or 0x2F22D6) is unknown color: approx Persian Blue. HEX triplet: 2F, 22 and D6. RGB value is (47,34,214). Sum of RGB (Red+Green+Blue) = 47+34+214=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 214 (83.98% from 255 or 72.54% from 295); Max value from RGB is 214 - color contains mainly: blue. Hex color #2F22D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F22D6 is #D0DD29. Grayscale: #393939. Windows color (decimal): -13688106 or 14033455. OLE color: 14033455.

HSL color Cylindrical-coordinate representation of color #2F22D6: hue angle of 244.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F22D6 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4734214-
CMYK0.780.8400.16
HSL244.33º72.58%48.63%-
HSV(B)244.33º84.11%83.92%-
XYZ13.886.664.16-
YUV58.41215.81119.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.93%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 214 (83.98% from 255) = 72.54%
R=15.93%
G=11.53%
B=72.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal47342140.780.8400.16244.3372.5848.63
Hex2F22D64E54010f44931
Octal574232611612402036411161
Binary1011111000101101011010011101010100010000111101001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F22D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,34,214); }

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

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

 a { background-color: rgb(47,34,214); }

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

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

 span { border-color: rgb(47,34,214); }

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