Html Css Color HEX #450371 Indigo

📋 copy color: '#450371'

red 69 ◦ green 3 ◦ blue 113

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

Shades of Indigo #450371

Tints of Indigo #450371

RGB

 RED value IS 69 (27.34% from 255) = 37.3%

 GREEN value IS 3 (1.56% from 255) = 1.62%

 BLUE value IS 113 (44.53% from 255) = 61.08%

R = 37.3%
G = 1.62%
B = 61.08%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450371 (or 0x450371) is known color: Indigo. HEX triplet: 45, 03 and 71. RGB value is (69,3,113). Sum of RGB (Red+Green+Blue) = 69+3+113=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #450371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450371 is #BAFC8E. Grayscale: #222222. Windows color (decimal): -12254351 or 7406405. OLE color: 7406405.

HSL color Cylindrical-coordinate representation of color #450371: hue angle of 276º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450371 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 3 113 -
CMYK 0.39 0.97 0 0.56
HSL 276º 0.95% 0.23% -
HSV(B) 276º 0.97% 0.44% -
XYZ 5.47 2.52 15.82 -
YUV 35.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 69 3 113 0.39 0.97 0 0.56 276 0.95 0.23
Hex 45 3 71 27 61 0 38 114 5F 17
Octal 105 3 161 47 141 0 70 424 137 27
Binary 1000101 11 1110001 100111 1100001 0 111000 100010100 1011111 10111

Color Harmonies of #450371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450371

Black with #450371

Text Example


Text Example

White with #450371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450371; }

 p { color: rgb(69,3,113); }

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

background-color css

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

 a { background-color: rgb(69,3,113); }

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

border-color css

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

 span { border-color: rgb(69,3,113); }

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