Html Css Color HEX #450266 Indigo

📋 copy color: '#450266'

red 69 ◦ green 2 ◦ blue 102

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

Shades of Indigo #450266

Tints of Indigo #450266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 102 (40.23% from 255) = 58.96%

R = 39.88%
G = 1.16%
B = 58.96%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#450266 (or 0x450266) is known color: Indigo. HEX triplet: 45, 02 and 66. RGB value is (69,2,102). Sum of RGB (Red+Green+Blue) = 69+2+102=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #450266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450266 is #BAFD99. Grayscale: #212121. Windows color (decimal): -12254618 or 6685253. OLE color: 6685253.

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

Color convert

RGB 69 2 102 -
CMYK 0.32 0.98 0 0.6
HSL 280.2º 0.96% 0.2% -
HSV(B) 280.2º 0.98% 0.4% -
XYZ 4.87 2.27 12.75 -
YUV 33.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 69 2 102 0.32 0.98 0 0.6 280.2 0.96 0.2
Hex 45 2 66 20 62 0 3C 118 60 14
Octal 105 2 146 40 142 0 74 430 140 24
Binary 1000101 10 1100110 100000 1100010 0 111100 100011000 1100000 10100

Color Harmonies of #450266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450266

Black with #450266

Text Example


Text Example

White with #450266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450266; }

 p { color: rgb(69,2,102); }

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

background-color css

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

 a { background-color: rgb(69,2,102); }

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

border-color css

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

 span { border-color: rgb(69,2,102); }

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