Html Css Color HEX #4307A1 Indigo

📋 copy color: '#4307A1'

red 67 ◦ green 7 ◦ blue 161

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

Shades of Indigo #4307A1

Tints of Indigo #4307A1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.98%

 BLUE value IS 161 (63.28% from 255) = 68.51%

R = 28.51%
G = 2.98%
B = 68.51%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4307A1 (or 0x4307A1) is known color: Indigo. HEX triplet: 43, 07 and A1. RGB value is (67,7,161). Sum of RGB (Red+Green+Blue) = 67+7+161=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 161 (63.28% from 255 or 68.51% from 235); Max value from RGB is 161 - color contains mainly: blue. Hex color #4307A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4307A1 is #BCF85E. Grayscale: #292929. Windows color (decimal): -12384351 or 10553155. OLE color: 10553155.

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

Color convert

RGB 67 7 161 -
CMYK 0.58 0.96 0 0.37
HSL 263.38º 0.92% 0.33% -
HSV(B) 263.38º 0.96% 0.63% -
XYZ 8.82 3.92 34.01 -
YUV 42.5 194.88 145.48 -
System Red Green Blue C M Y K H S L
Decimal 67 7 161 0.58 0.96 0 0.37 263.38 0.92 0.33
Hex 43 7 A1 3A 60 0 25 107 5C 21
Octal 103 7 241 72 140 0 45 407 134 41
Binary 1000011 111 10100001 111010 1100000 0 100101 100000111 1011100 100001

Color Harmonies of #4307A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4307A1

Black with #4307A1

Text Example


Text Example

White with #4307A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4307A1; }

 p { color: rgb(67,7,161); }

 H1.HeaderClassName
 {
   color: #4307A1;
 }
 .AnyTagClassName
 {
   color: #4307A1;
 }
</style>

background-color css

<style>
 a { background-color: #4307A1; }

 a { background-color: rgb(67,7,161); }

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

border-color css

<style>
 span { border-color: #4307A1; }

 span { border-color: rgb(67,7,161); }

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