#2F15CA

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

Shades of Persian Blue #2F15CA

Tints of Persian Blue #2F15CA

Color information

#2F15CA (or 0x2F15CA) is unknown color: approx Persian Blue. HEX triplet: 2F, 15 and CA. RGB value is (47,21,202). Sum of RGB (Red+Green+Blue) = 47+21+202=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F15CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F15CA is #D0EA35. Grayscale: #303030. Windows color (decimal): -13691446 or 13243695. OLE color: 13243695.

HSL color Cylindrical-coordinate representation of color #2F15CA: hue angle of 248.62º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F15CA is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4721202-
CMYK0.770.9000.21
HSL248.62º81.17%43.73%-
HSV(B)248.62º89.6%79.22%-
XYZ12.15.456.28-
YUV49.41214.11126.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.41%
GREEN value IS 21 (8.59% from 255) = 7.78%
BLUE value IS 202 (79.30% from 255) = 74.81%
R=17.41%
G=7.78%
B=74.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal47212020.770.9000.21248.6281.1743.73
Hex2F15CA4D5A015f9512c
Octal572531211513202537112154
Binary101111101011100101010011011011010010101111110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F15CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,21,202); }

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

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

 a { background-color: rgb(47,21,202); }

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

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

 span { border-color: rgb(47,21,202); }

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