#2F1298

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

Shades of Persian Indigo #2F1298

Tints of Persian Indigo #2F1298

Color information

#2F1298 (or 0x2F1298) is unknown color: approx Persian Indigo. HEX triplet: 2F, 12 and 98. RGB value is (47,18,152). Sum of RGB (Red+Green+Blue) = 47+18+152=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F1298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1298 is #D0ED67. Grayscale: #292929. Windows color (decimal): -13692264 or 9966127. OLE color: 9966127.

HSL color Cylindrical-coordinate representation of color #2F1298: hue angle of 252.99º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1298 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4718152-
CMYK0.690.8800.40
HSL252.99º78.82%33.33%-
HSV(B)252.99º88.16%59.61%-
XYZ7.063.329.97-
YUV41.95190.11131.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.66%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 152 (59.77% from 255) = 70.05%
R=21.66%
G=8.29%
B=70.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47181520.690.8800.40252.9978.8233.33
Hex2F12984558028fd4f21
Octal572223010513005037511741
Binary1011111001010011000100010110110000101000111111011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,18,152); }

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

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

 a { background-color: rgb(47,18,152); }

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

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

 span { border-color: rgb(47,18,152); }

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