Html Css Color HEX #2A066C Persian Indigo

📋 copy color: '#2A066C'

red 42 ◦ green 6 ◦ blue 108

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

Shades of Persian Indigo #2A066C

Tints of Persian Indigo #2A066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 26.92%
G = 3.85%
B = 69.23%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A066C (or 0x2A066C) is known color: Persian Indigo. HEX triplet: 2A, 06 and 6C. RGB value is (42,6,108). Sum of RGB (Red+Green+Blue) = 42+6+108=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A066C is #D5F993. Grayscale: #1C1C1C. Windows color (decimal): -14023060 or 7079466. OLE color: 7079466.

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

Color convert

RGB 42 6 108 -
CMYK 0.61 0.94 0 0.58
HSL 261.18º 0.89% 0.22% -
HSV(B) 261.18º 0.94% 0.42% -
XYZ 3.73 1.71 14.32 -
YUV 28.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 42 6 108 0.61 0.94 0 0.58 261.18 0.89 0.22
Hex 2A 6 6C 3D 5E 0 3A 105 59 16
Octal 52 6 154 75 136 0 72 405 131 26
Binary 101010 110 1101100 111101 1011110 0 111010 100000101 1011001 10110

Color Harmonies of #2A066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A066C

Black with #2A066C

Text Example


Text Example

White with #2A066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,6,108); }

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

background-color css

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

 a { background-color: rgb(42,6,108); }

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

border-color css

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

 span { border-color: rgb(42,6,108); }

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