Html Css Color HEX #450369 Indigo

📋 copy color: '#450369'

red 69 ◦ green 3 ◦ blue 105

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

Shades of Indigo #450369

Tints of Indigo #450369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 59.32%

R = 38.98%
G = 1.69%
B = 59.32%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#450369 (or 0x450369) is known color: Indigo. HEX triplet: 45, 03 and 69. RGB value is (69,3,105). Sum of RGB (Red+Green+Blue) = 69+3+105=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #450369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450369 is #BAFC96. Grayscale: #222222. Windows color (decimal): -12254359 or 6882117. OLE color: 6882117.

HSL color Cylindrical-coordinate representation of color #450369: hue angle of 278.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450369 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 3 105 -
CMYK 0.34 0.97 0 0.59
HSL 278.82º 0.94% 0.21% -
HSV(B) 278.82º 0.97% 0.41% -
XYZ 5.04 2.35 13.55 -
YUV 34.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 69 3 105 0.34 0.97 0 0.59 278.82 0.94 0.21
Hex 45 3 69 22 61 0 3B 117 5E 15
Octal 105 3 151 42 141 0 73 427 136 25
Binary 1000101 11 1101001 100010 1100001 0 111011 100010111 1011110 10101

Color Harmonies of #450369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450369

Black with #450369

Text Example


Text Example

White with #450369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450369; }

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

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

background-color css

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

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

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

border-color css

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

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

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