#2D0168

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

Shades of Persian Indigo #2D0168

Tints of Persian Indigo #2D0168

Color information

#2D0168 (or 0x2D0168) is unknown color: approx Persian Indigo. HEX triplet: 2D, 01 and 68. RGB value is (45,1,104). Sum of RGB (Red+Green+Blue) = 45+1+104=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 104 (41.02% from 255 or 69.33% from 150); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0168 is #D2FE97. Grayscale: #191919. Windows color (decimal): -13827736 or 6816045. OLE color: 6816045.

HSL color Cylindrical-coordinate representation of color #2D0168: hue angle of 265.63º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0168 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB451104-
CMYK0.570.9900.59
HSL265.63º98.1%20.59%-
HSV(B)265.63º99.04%40.78%-
XYZ3.591.5813.21-
YUV25.9172.08141.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 104 (41.02% from 255) = 69.33%
R=30%
G=0.67%
B=69.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4511040.570.9900.59265.6398.120.59
Hex2D168396303B10a6215
Octal5511507114307341214225
Binary1011011110100011100111000110111011100001010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,1,104); }

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

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

 a { background-color: rgb(45,1,104); }

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

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

 span { border-color: rgb(45,1,104); }

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