#2F1C75

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

Shades of Persian Indigo #2F1C75

Tints of Persian Indigo #2F1C75

Color information

#2F1C75 (or 0x2F1C75) is unknown color: approx Persian Indigo. HEX triplet: 2F, 1C and 75. RGB value is (47,28,117). Sum of RGB (Red+Green+Blue) = 47+28+117=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F1C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1C75 is #D0E38A. Grayscale: #2B2B2B. Windows color (decimal): -13689739 or 7674927. OLE color: 7674927.

HSL color Cylindrical-coordinate representation of color #2F1C75: hue angle of 252.81º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F1C75 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4728117-
CMYK0.600.7600.54
HSL252.81º61.38%28.43%-
HSV(B)252.81º76.07%45.88%-
XYZ4.82.7217.1-
YUV43.83169.29130.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=24.48%
G=14.58%
B=60.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47281170.600.7600.54252.8161.3828.43
Hex2F1C753C4C036fd3d1c
Octal5734165741140663757534
Binary101111111001110101111100100110001101101111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,28,117); }

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

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

 a { background-color: rgb(47,28,117); }

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

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

 span { border-color: rgb(47,28,117); }

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