Html Css Color HEX #450167 Indigo

📋 copy color: '#450167'

red 69 ◦ green 1 ◦ blue 103

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

Shades of Indigo #450167

Tints of Indigo #450167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 59.54%

R = 39.88%
G = 0.58%
B = 59.54%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#450167 (or 0x450167) is known color: Indigo. HEX triplet: 45, 01 and 67. RGB value is (69,1,103). Sum of RGB (Red+Green+Blue) = 69+1+103=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #450167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450167 is #BAFE98. Grayscale: #202020. Windows color (decimal): -12254873 or 6750533. OLE color: 6750533.

HSL color Cylindrical-coordinate representation of color #450167: hue angle of 280º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450167 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 1 103 -
CMYK 0.33 0.99 0 0.60
HSL 280º 0.98% 0.2% -
HSV(B) 280º 0.99% 0.4% -
XYZ 4.91 2.27 13.01 -
YUV 32.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 69 1 103 0.33 0.99 0 0.60 280 0.98 0.2
Hex 45 1 67 21 63 0 3C 118 62 14
Octal 105 1 147 41 143 0 74 430 142 24
Binary 1000101 1 1100111 100001 1100011 0 111100 100011000 1100010 10100

Color Harmonies of #450167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450167

Black with #450167

Text Example


Text Example

White with #450167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450167; }

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

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

background-color css

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

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

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

border-color css

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

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

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