Html Css Color HEX #4309A0 Indigo

📋 copy color: '#4309A0'

red 67 ◦ green 9 ◦ blue 160

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

Shades of Indigo #4309A0

Tints of Indigo #4309A0

RGB

 RED value IS 67 (26.56% from 255) = 28.39%

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

 BLUE value IS 160 (62.89% from 255) = 67.8%

R = 28.39%
G = 3.81%
B = 67.8%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4309A0 (or 0x4309A0) is known color: Indigo. HEX triplet: 43, 09 and A0. RGB value is (67,9,160). Sum of RGB (Red+Green+Blue) = 67+9+160=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #4309A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4309A0 is #BCF65F. Grayscale: #2B2B2B. Windows color (decimal): -12383840 or 10488131. OLE color: 10488131.

HSL color Cylindrical-coordinate representation of color #4309A0: hue angle of 263.05º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4309A0 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 9 160 -
CMYK 0.58 0.94 0 0.37
HSL 263.05º 0.89% 0.33% -
HSV(B) 263.05º 0.94% 0.63% -
XYZ 8.76 3.93 33.55 -
YUV 43.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 67 9 160 0.58 0.94 0 0.37 263.05 0.89 0.33
Hex 43 9 A0 3A 5E 0 25 107 59 21
Octal 103 11 240 72 136 0 45 407 131 41
Binary 1000011 1001 10100000 111010 1011110 0 100101 100000111 1011001 100001

Color Harmonies of #4309A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4309A0

Black with #4309A0

Text Example


Text Example

White with #4309A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4309A0; }

 p { color: rgb(67,9,160); }

 H1.HeaderClassName
 {
   color: #4309A0;
 }
 .AnyTagClassName
 {
   color: #4309A0;
 }
</style>

background-color css

<style>
 a { background-color: #4309A0; }

 a { background-color: rgb(67,9,160); }

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

border-color css

<style>
 span { border-color: #4309A0; }

 span { border-color: rgb(67,9,160); }

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