Html Css Color HEX #450169 Indigo

📋 copy color: '#450169'

red 69 ◦ green 1 ◦ blue 105

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

Shades of Indigo #450169

Tints of Indigo #450169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 39.43%
G = 0.57%
B = 60%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#450169 (or 0x450169) is known color: Indigo. HEX triplet: 45, 01 and 69. RGB value is (69,1,105). Sum of RGB (Red+Green+Blue) = 69+1+105=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #450169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450169 is #BAFE96. Grayscale: #202020. Windows color (decimal): -12254871 or 6881605. OLE color: 6881605.

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

Color convert

RGB 69 1 105 -
CMYK 0.34 0.99 0 0.59
HSL 279.23º 0.98% 0.21% -
HSV(B) 279.23º 0.99% 0.41% -
XYZ 5.01 2.31 13.55 -
YUV 33.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 69 1 105 0.34 0.99 0 0.59 279.23 0.98 0.21
Hex 45 1 69 22 63 0 3B 117 62 15
Octal 105 1 151 42 143 0 73 427 142 25
Binary 1000101 1 1101001 100010 1100011 0 111011 100010111 1100010 10101

Color Harmonies of #450169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450169

Black with #450169

Text Example


Text Example

White with #450169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450169; }

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

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

background-color css

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

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

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

border-color css

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

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

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