Html Css Color HEX #2A096D Persian Indigo

📋 copy color: '#2A096D'

red 42 ◦ green 9 ◦ blue 109

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

Shades of Persian Indigo #2A096D

Tints of Persian Indigo #2A096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 26.25%
G = 5.63%
B = 68.13%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2A096D (or 0x2A096D) is known color: Persian Indigo. HEX triplet: 2A, 09 and 6D. RGB value is (42,9,109). Sum of RGB (Red+Green+Blue) = 42+9+109=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A096D is #D5F692. Grayscale: #1D1D1D. Windows color (decimal): -14022291 or 7145770. OLE color: 7145770.

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

Color convert

RGB 42 9 109 -
CMYK 0.61 0.92 0 0.57
HSL 259.8º 0.85% 0.23% -
HSV(B) 259.8º 0.92% 0.43% -
XYZ 3.81 1.79 14.61 -
YUV 30.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 42 9 109 0.61 0.92 0 0.57 259.8 0.85 0.23
Hex 2A 9 6D 3D 5C 0 39 104 55 17
Octal 52 11 155 75 134 0 71 404 125 27
Binary 101010 1001 1101101 111101 1011100 0 111001 100000100 1010101 10111

Color Harmonies of #2A096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A096D

Black with #2A096D

Text Example


Text Example

White with #2A096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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