Html Css Color HEX #4308AA Indigo

📋 copy color: '#4308AA'

red 67 ◦ green 8 ◦ blue 170

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

Shades of Indigo #4308AA

Tints of Indigo #4308AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 69.39%

R = 27.35%
G = 3.27%
B = 69.39%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4308AA (or 0x4308AA) is known color: Indigo. HEX triplet: 43, 08 and AA. RGB value is (67,8,170). Sum of RGB (Red+Green+Blue) = 67+8+170=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #4308AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4308AA is #BCF755. Grayscale: #2B2B2B. Windows color (decimal): -12384086 or 11143235. OLE color: 11143235.

HSL color Cylindrical-coordinate representation of color #4308AA: hue angle of 261.85º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4308AA is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 8 170 -
CMYK 0.61 0.95 0 0.33
HSL 261.85º 0.91% 0.35% -
HSV(B) 261.85º 0.95% 0.67% -
XYZ 9.66 4.27 38.35 -
YUV 44.11 199.05 144.33 -
System Red Green Blue C M Y K H S L
Decimal 67 8 170 0.61 0.95 0 0.33 261.85 0.91 0.35
Hex 43 8 AA 3D 5F 0 21 106 5B 23
Octal 103 10 252 75 137 0 41 406 133 43
Binary 1000011 1000 10101010 111101 1011111 0 100001 100000110 1011011 100011

Color Harmonies of #4308AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4308AA

Black with #4308AA

Text Example


Text Example

White with #4308AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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