Html Css Color HEX #2A096C Persian Indigo

📋 copy color: '#2A096C'

red 42 ◦ green 9 ◦ blue 108

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

Shades of Persian Indigo #2A096C

Tints of Persian Indigo #2A096C

RGB

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

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

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

R = 26.42%
G = 5.66%
B = 67.92%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A096C (or 0x2A096C) is known color: Persian Indigo. HEX triplet: 2A, 09 and 6C. RGB value is (42,9,108). Sum of RGB (Red+Green+Blue) = 42+9+108=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A096C is #D5F693. Grayscale: #1D1D1D. Windows color (decimal): -14022292 or 7080234. OLE color: 7080234.

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

Color convert

RGB 42 9 108 -
CMYK 0.61 0.92 0 0.58
HSL 260º 0.85% 0.23% -
HSV(B) 260º 0.92% 0.42% -
XYZ 3.76 1.77 14.33 -
YUV 30.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 42 9 108 0.61 0.92 0 0.58 260 0.85 0.23
Hex 2A 9 6C 3D 5C 0 3A 104 55 17
Octal 52 11 154 75 134 0 72 404 125 27
Binary 101010 1001 1101100 111101 1011100 0 111010 100000100 1010101 10111

Color Harmonies of #2A096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A096C

Black with #2A096C

Text Example


Text Example

White with #2A096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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