#2D0262

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

Shades of Persian Indigo #2D0262

Tints of Persian Indigo #2D0262

Color information

#2D0262 (or 0x2D0262) is unknown color: approx Persian Indigo. HEX triplet: 2D, 02 and 62. RGB value is (45,2,98). Sum of RGB (Red+Green+Blue) = 45+2+98=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D0262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0262 is #D2FD9D. Grayscale: #191919. Windows color (decimal): -13827486 or 6423085. OLE color: 6423085.

HSL color Cylindrical-coordinate representation of color #2D0262: hue angle of 266.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0262 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB45298-
CMYK0.540.9800.62
HSL266.88º96%19.61%-
HSV(B)266.88º97.96%38.43%-
XYZ3.311.4811.67-
YUV25.8168.75141.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.03%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 98 (38.67% from 255) = 67.59%
R=31.03%
G=1.38%
B=67.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal452980.540.9800.62266.889619.61
Hex2D262366203E10b6014
Octal5521426614207641314024
Binary10110110110001011011011000100111110100001011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,2,98); }

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

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

 a { background-color: rgb(45,2,98); }

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

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

 span { border-color: rgb(45,2,98); }

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