Html Css Color HEX #4308A5 Indigo

📋 copy color: '#4308A5'

red 67 ◦ green 8 ◦ blue 165

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

Shades of Indigo #4308A5

Tints of Indigo #4308A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 68.75%

R = 27.92%
G = 3.33%
B = 68.75%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4308A5 (or 0x4308A5) is known color: Indigo. HEX triplet: 43, 08 and A5. RGB value is (67,8,165). Sum of RGB (Red+Green+Blue) = 67+8+165=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 165 (64.84% from 255 or 68.75% from 240); Max value from RGB is 165 - color contains mainly: blue. Hex color #4308A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4308A5 is #BCF75A. Grayscale: #2A2A2A. Windows color (decimal): -12384091 or 10815555. OLE color: 10815555.

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

Color convert

RGB 67 8 165 -
CMYK 0.59 0.95 0 0.35
HSL 262.55º 0.91% 0.34% -
HSV(B) 262.55º 0.95% 0.65% -
XYZ 9.19 4.08 35.9 -
YUV 43.54 196.55 144.73 -
System Red Green Blue C M Y K H S L
Decimal 67 8 165 0.59 0.95 0 0.35 262.55 0.91 0.34
Hex 43 8 A5 3B 5F 0 23 107 5B 22
Octal 103 10 245 73 137 0 43 407 133 42
Binary 1000011 1000 10100101 111011 1011111 0 100011 100000111 1011011 100010

Color Harmonies of #4308A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4308A5

Black with #4308A5

Text Example


Text Example

White with #4308A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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