Html Css Color HEX #450767 Indigo

📋 copy color: '#450767'

red 69 ◦ green 7 ◦ blue 103

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

Shades of Indigo #450767

Tints of Indigo #450767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

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

R = 38.55%
G = 3.91%
B = 57.54%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#450767 (or 0x450767) is known color: Indigo. HEX triplet: 45, 07 and 67. RGB value is (69,7,103). Sum of RGB (Red+Green+Blue) = 69+7+103=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #450767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450767 is #BAF898. Grayscale: #242424. Windows color (decimal): -12253337 or 6752069. OLE color: 6752069.

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

Color convert

RGB 69 7 103 -
CMYK 0.33 0.93 0 0.60
HSL 278.75º 0.87% 0.22% -
HSV(B) 278.75º 0.93% 0.4% -
XYZ 4.98 2.4 13.03 -
YUV 36.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 69 7 103 0.33 0.93 0 0.60 278.75 0.87 0.22
Hex 45 7 67 21 5D 0 3C 117 57 16
Octal 105 7 147 41 135 0 74 427 127 26
Binary 1000101 111 1100111 100001 1011101 0 111100 100010111 1010111 10110

Color Harmonies of #450767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450767

Black with #450767

Text Example


Text Example

White with #450767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450767; }

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

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

background-color css

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

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

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

border-color css

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

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

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