Html Css Color HEX #4308A0 Indigo

📋 copy color: '#4308A0'

red 67 ◦ green 8 ◦ blue 160

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

Shades of Indigo #4308A0

Tints of Indigo #4308A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 28.51%
G = 3.4%
B = 68.09%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4308A0 (or 0x4308A0) is known color: Indigo. HEX triplet: 43, 08 and A0. RGB value is (67,8,160). Sum of RGB (Red+Green+Blue) = 67+8+160=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #4308A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4308A0 is #BCF75F. Grayscale: #2A2A2A. Windows color (decimal): -12384096 or 10487875. OLE color: 10487875.

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

Color convert

RGB 67 8 160 -
CMYK 0.58 0.95 0 0.37
HSL 263.29º 0.9% 0.33% -
HSV(B) 263.29º 0.95% 0.63% -
XYZ 8.75 3.91 33.55 -
YUV 42.97 194.05 145.14 -
System Red Green Blue C M Y K H S L
Decimal 67 8 160 0.58 0.95 0 0.37 263.29 0.9 0.33
Hex 43 8 A0 3A 5F 0 25 107 5A 21
Octal 103 10 240 72 137 0 45 407 132 41
Binary 1000011 1000 10100000 111010 1011111 0 100101 100000111 1011010 100001

Color Harmonies of #4308A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4308A0

Black with #4308A0

Text Example


Text Example

White with #4308A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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