Html Css Color HEX #450467 Indigo

📋 copy color: '#450467'

red 69 ◦ green 4 ◦ blue 103

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

Shades of Indigo #450467

Tints of Indigo #450467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.27%

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

R = 39.2%
G = 2.27%
B = 58.52%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#450467 (or 0x450467) is known color: Indigo. HEX triplet: 45, 04 and 67. RGB value is (69,4,103). Sum of RGB (Red+Green+Blue) = 69+4+103=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #450467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450467 is #BAFB98. Grayscale: #222222. Windows color (decimal): -12254105 or 6751301. OLE color: 6751301.

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

Color convert

RGB 69 4 103 -
CMYK 0.33 0.96 0 0.60
HSL 279.39º 0.93% 0.21% -
HSV(B) 279.39º 0.96% 0.4% -
XYZ 4.95 2.33 13.02 -
YUV 34.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 69 4 103 0.33 0.96 0 0.60 279.39 0.93 0.21
Hex 45 4 67 21 60 0 3C 117 5D 15
Octal 105 4 147 41 140 0 74 427 135 25
Binary 1000101 100 1100111 100001 1100000 0 111100 100010111 1011101 10101

Color Harmonies of #450467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450467

Black with #450467

Text Example


Text Example

White with #450467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450467; }

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

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

background-color css

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

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

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

border-color css

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

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

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