#2f1383

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

Shades of Persian Indigo #2F1383

Tints of Persian Indigo #2F1383

Color information

#2F1383 (or 0x2F1383) is unknown color: approx Persian Indigo. HEX triplet: 2F, 13 and 83. RGB value is (47,19,131). Sum of RGB (Red+Green+Blue) = 47+19+131=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #2F1383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1383 is #D0EC7C. Grayscale: #272727. Windows color (decimal): -13692029 or 8590127. OLE color: 8590127.

HSL color Cylindrical-coordinate representation of color #2F1383: hue angle of 255º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F1383 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4719131-
CMYK0.640.8500.49
HSL255º74.67%29.41%-
HSV(B)255º85.5%51.37%-
XYZ5.52.7121.71-
YUV40.14179.28132.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 131 (51.56% from 255) = 66.50%
R=23.86%
G=9.64%
B=66.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47191310.640.8500.4925574.6729.41
Hex2F13834055031ff4b1d
Octal572320310012506137711335
Binary101111100111000001110000001010101011000111111111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f1383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,19,131); }

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

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

 a { background-color: rgb(47,19,131); }

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

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

 span { border-color: rgb(47,19,131); }

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