Html Css Color HEX #2A036C Persian Indigo

📋 copy color: '#2A036C'

red 42 ◦ green 3 ◦ blue 108

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

Shades of Persian Indigo #2A036C

Tints of Persian Indigo #2A036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

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

R = 27.45%
G = 1.96%
B = 70.59%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A036C (or 0x2A036C) is known color: Persian Indigo. HEX triplet: 2A, 03 and 6C. RGB value is (42,3,108). Sum of RGB (Red+Green+Blue) = 42+3+108=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A036C is #D5FC93. Grayscale: #1A1A1A. Windows color (decimal): -14023828 or 7078698. OLE color: 7078698.

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

Color convert

RGB 42 3 108 -
CMYK 0.61 0.97 0 0.58
HSL 262.29º 0.95% 0.22% -
HSV(B) 262.29º 0.97% 0.42% -
XYZ 3.69 1.64 14.31 -
YUV 26.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 42 3 108 0.61 0.97 0 0.58 262.29 0.95 0.22
Hex 2A 3 6C 3D 61 0 3A 106 5F 16
Octal 52 3 154 75 141 0 72 406 137 26
Binary 101010 11 1101100 111101 1100001 0 111010 100000110 1011111 10110

Color Harmonies of #2A036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A036C

Black with #2A036C

Text Example


Text Example

White with #2A036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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