Html Css Color HEX #450375 Indigo

📋 copy color: '#450375'

red 69 ◦ green 3 ◦ blue 117

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

Shades of Indigo #450375

Tints of Indigo #450375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 61.9%

R = 36.51%
G = 1.59%
B = 61.9%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#450375 (or 0x450375) is known color: Indigo. HEX triplet: 45, 03 and 75. RGB value is (69,3,117). Sum of RGB (Red+Green+Blue) = 69+3+117=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #450375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450375 is #BAFC8A. Grayscale: #232323. Windows color (decimal): -12254347 or 7668549. OLE color: 7668549.

HSL color Cylindrical-coordinate representation of color #450375: hue angle of 274.74º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450375 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 3 117 -
CMYK 0.41 0.97 0 0.54
HSL 274.74º 0.95% 0.24% -
HSV(B) 274.74º 0.97% 0.46% -
XYZ 5.7 2.61 17.03 -
YUV 35.73 173.87 151.73 -
System Red Green Blue C M Y K H S L
Decimal 69 3 117 0.41 0.97 0 0.54 274.74 0.95 0.24
Hex 45 3 75 29 61 0 36 113 5F 18
Octal 105 3 165 51 141 0 66 423 137 30
Binary 1000101 11 1110101 101001 1100001 0 110110 100010011 1011111 11000

Color Harmonies of #450375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450375

Black with #450375

Text Example


Text Example

White with #450375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450375; }

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

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

background-color css

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

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

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

border-color css

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

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

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