Html Css Color HEX #4308AB Indigo

📋 copy color: '#4308AB'

red 67 ◦ green 8 ◦ blue 171

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

Shades of Indigo #4308AB

Tints of Indigo #4308AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 27.24%
G = 3.25%
B = 69.51%

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

#4308AB (or 0x4308AB) is known color: Indigo. HEX triplet: 43, 08 and AB. RGB value is (67,8,171). Sum of RGB (Red+Green+Blue) = 67+8+171=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #4308AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4308AB is #BCF754. Grayscale: #2B2B2B. Windows color (decimal): -12384085 or 11208771. OLE color: 11208771.

HSL color Cylindrical-coordinate representation of color #4308AB: hue angle of 261.72º 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 #4308AB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 8 171 -
CMYK 0.61 0.95 0 0.33
HSL 261.72º 0.91% 0.35% -
HSV(B) 261.72º 0.95% 0.67% -
XYZ 9.75 4.31 38.85 -
YUV 44.22 199.55 144.25 -
System Red Green Blue C M Y K H S L
Decimal 67 8 171 0.61 0.95 0 0.33 261.72 0.91 0.35
Hex 43 8 AB 3D 5F 0 21 106 5B 23
Octal 103 10 253 75 137 0 41 406 133 43
Binary 1000011 1000 10101011 111101 1011111 0 100001 100000110 1011011 100011

Color Harmonies of #4308AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4308AB

Black with #4308AB

Text Example


Text Example

White with #4308AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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