Html Css Color HEX #2A006D Persian Indigo

📋 copy color: '#2A006D'

red 42 ◦ green 0 ◦ blue 109

#2A006D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2A006D

Tints of Persian Indigo #2A006D

RGB

 RED value IS 42 (16.8% from 255) = 27.81%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 72.19%

R = 27.81%
G = 0%
B = 72.19%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2A006D (or 0x2A006D) is known color: Persian Indigo. HEX triplet: 2A, 00 and 6D. RGB value is (42,0,109). Sum of RGB (Red+Green+Blue) = 42+0+109=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A006D is #D5FF92. Grayscale: #181818. Windows color (decimal): -14024595 or 7143466. OLE color: 7143466.

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

Color convert

RGB 42 0 109 -
CMYK 0.61 1 0 0.57
HSL 263.12º 1% 0.21% -
HSV(B) 263.12º 1% 0.43% -
XYZ 3.72 1.6 14.58 -
YUV 24.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 42 0 109 0.61 1 0 0.57 263.12 1 0.21
Hex 2A 0 6D 3D 64 0 39 107 64 15
Octal 52 0 155 75 144 0 71 407 144 25
Binary 101010 0 1101101 111101 1100100 0 111001 100000111 1100100 10101

Color Harmonies of #2A006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A006D

Black with #2A006D

Text Example


Text Example

White with #2A006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A006D;
 }
 .AnyTagClassName
 {
   color: #2A006D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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