Html Css Color HEX #450067 Indigo

📋 copy color: '#450067'

red 69 ◦ green 0 ◦ blue 103

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

Shades of Indigo #450067

Tints of Indigo #450067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.12%
G = 0%
B = 59.88%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#450067 (or 0x450067) is known color: Indigo. HEX triplet: 45, 00 and 67. RGB value is (69,0,103). Sum of RGB (Red+Green+Blue) = 69+0+103=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #450067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450067 is #BAFF98. Grayscale: #202020. Windows color (decimal): -12255129 or 6750277. OLE color: 6750277.

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

Color convert

RGB 69 0 103 -
CMYK 0.33 1 0 0.60
HSL 280.19º 1% 0.2% -
HSV(B) 280.19º 1% 0.4% -
XYZ 4.9 2.24 13.01 -
YUV 32.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 69 0 103 0.33 1 0 0.60 280.19 1 0.2
Hex 45 0 67 21 64 0 3C 118 64 14
Octal 105 0 147 41 144 0 74 430 144 24
Binary 1000101 0 1100111 100001 1100100 0 111100 100011000 1100100 10100

Color Harmonies of #450067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450067

Black with #450067

Text Example


Text Example

White with #450067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450067; }

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

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

background-color css

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

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

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

border-color css

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

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

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