Html Css Color HEX #4304AA Indigo

📋 copy color: '#4304AA'

red 67 ◦ green 4 ◦ blue 170

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

Shades of Indigo #4304AA

Tints of Indigo #4304AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.66%

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

R = 27.8%
G = 1.66%
B = 70.54%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4304AA (or 0x4304AA) is known color: Indigo. HEX triplet: 43, 04 and AA. RGB value is (67,4,170). Sum of RGB (Red+Green+Blue) = 67+4+170=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #4304AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4304AA is #BCFB55. Grayscale: #292929. Windows color (decimal): -12385110 or 11142211. OLE color: 11142211.

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

Color convert

RGB 67 4 170 -
CMYK 0.61 0.98 0 0.33
HSL 262.77º 0.95% 0.34% -
HSV(B) 262.77º 0.98% 0.67% -
XYZ 9.61 4.18 38.33 -
YUV 41.76 200.37 146 -
System Red Green Blue C M Y K H S L
Decimal 67 4 170 0.61 0.98 0 0.33 262.77 0.95 0.34
Hex 43 4 AA 3D 62 0 21 107 5F 22
Octal 103 4 252 75 142 0 41 407 137 42
Binary 1000011 100 10101010 111101 1100010 0 100001 100000111 1011111 100010

Color Harmonies of #4304AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4304AA

Black with #4304AA

Text Example


Text Example

White with #4304AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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