Html Css Color HEX #451375 Indigo

📋 copy color: '#451375'

red 69 ◦ green 19 ◦ blue 117

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

Shades of Indigo #451375

Tints of Indigo #451375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 33.66%
G = 9.27%
B = 57.07%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#451375 (or 0x451375) is known color: Indigo. HEX triplet: 45, 13 and 75. RGB value is (69,19,117). Sum of RGB (Red+Green+Blue) = 69+19+117=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #451375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451375 is #BAEC8A. Grayscale: #2C2C2C. Windows color (decimal): -12250251 or 7672645. OLE color: 7672645.

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

Color convert

RGB 69 19 117 -
CMYK 0.41 0.84 0 0.54
HSL 270.61º 0.72% 0.27% -
HSV(B) 270.61º 0.84% 0.46% -
XYZ 5.9 3.02 17.1 -
YUV 45.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 69 19 117 0.41 0.84 0 0.54 270.61 0.72 0.27
Hex 45 13 75 29 54 0 36 10F 48 1B
Octal 105 23 165 51 124 0 66 417 110 33
Binary 1000101 10011 1110101 101001 1010100 0 110110 100001111 1001000 11011

Color Harmonies of #451375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451375

Black with #451375

Text Example


Text Example

White with #451375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451375; }

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

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

background-color css

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

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

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

border-color css

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

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

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