#2A006B

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

Shades of Persian Indigo #2A006B

Tints of Persian Indigo #2A006B

Color information

#2A006B (or 0x2A006B) is unknown color: approx Persian Indigo. HEX triplet: 2A, 00 and 6B. RGB value is (42,0,107). Sum of RGB (Red+Green+Blue) = 42+0+107=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A006B is #D5FF94. Grayscale: #181818. Windows color (decimal): -14024597 or 7012394. OLE color: 7012394.

HSL color Cylindrical-coordinate representation of color #2A006B: hue angle of 263.55º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A006B is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB420107-
CMYK0.61100.58
HSL263.55º100%20.98%-
HSV(B)263.55º100%41.96%-
XYZ3.611.5514.02-
YUV24.76174.41140.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 71.81%
R=28.19%
G=0%
B=71.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4201070.61100.58263.5510020.98
Hex2A06B3D6403A1086415
Octal5201537514407241014425
Binary1010100110101111110111001000111010100001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,0,107); }

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

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

 a { background-color: rgb(42,0,107); }

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

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

 span { border-color: rgb(42,0,107); }

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