#2F0480

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

Shades of Persian Indigo #2F0480

Tints of Persian Indigo #2F0480

Color information

#2F0480 (or 0x2F0480) is unknown color: approx Persian Indigo. HEX triplet: 2F, 04 and 80. RGB value is (47,4,128). Sum of RGB (Red+Green+Blue) = 47+4+128=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 128 (50.39% from 255 or 71.51% from 179); Max value from RGB is 128 - color contains mainly: blue. Hex color #2F0480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0480 is #D0FB7F. Grayscale: #1E1E1E. Windows color (decimal): -13695872 or 8389679. OLE color: 8389679.

HSL color Cylindrical-coordinate representation of color #2F0480: hue angle of 260.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0480 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB474128-
CMYK0.630.9700.50
HSL260.81º93.94%25.88%-
HSV(B)260.81º96.88%50.2%-
XYZ5.112.2520.59-
YUV30.99182.75139.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 128 (50.39% from 255) = 71.51%
R=26.26%
G=2.23%
B=71.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4741280.630.9700.50260.8193.9425.88
Hex2F4803F610321055e1a
Octal5742007714106240513632
Binary1011111001000000011111111000010110010100000101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,4,128); }

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

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

 a { background-color: rgb(47,4,128); }

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

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

 span { border-color: rgb(47,4,128); }

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