#2F027E

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

Shades of Persian Indigo #2F027E

Tints of Persian Indigo #2F027E

Color information

#2F027E (or 0x2F027E) is unknown color: approx Persian Indigo. HEX triplet: 2F, 02 and 7E. RGB value is (47,2,126). Sum of RGB (Red+Green+Blue) = 47+2+126=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 126 (49.61% from 255 or 72% from 175); Max value from RGB is 126 - color contains mainly: blue. Hex color #2F027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F027E is #D0FD81. Grayscale: #1D1D1D. Windows color (decimal): -13696386 or 8258095. OLE color: 8258095.

HSL color Cylindrical-coordinate representation of color #2F027E: hue angle of 261.77º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F027E is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB472126-
CMYK0.630.9800.51
HSL261.77º96.88%25.1%-
HSV(B)261.77º98.41%49.41%-
XYZ4.962.1519.89-
YUV29.59182.41140.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 126 (49.61% from 255) = 72%
R=26.86%
G=1.14%
B=72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4721260.630.9800.51261.7796.8825.1
Hex2F27E3F620331066119
Octal5721767714206340614131
Binary10111110111111011111111000100110011100000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,2,126); }

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

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

 a { background-color: rgb(47,2,126); }

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

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

 span { border-color: rgb(47,2,126); }

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