Html Css Color HEX #450183 Indigo

📋 copy color: '#450183'

red 69 ◦ green 1 ◦ blue 131

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

Shades of Indigo #450183

Tints of Indigo #450183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 65.17%

R = 34.33%
G = 0.5%
B = 65.17%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#450183 (or 0x450183) is known color: Indigo. HEX triplet: 45, 01 and 83. RGB value is (69,1,131). Sum of RGB (Red+Green+Blue) = 69+1+131=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #450183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450183 is #BAFE7C. Grayscale: #232323. Windows color (decimal): -12254845 or 8585541. OLE color: 8585541.

HSL color Cylindrical-coordinate representation of color #450183: hue angle of 271.38º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450183 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 1 131 -
CMYK 0.47 0.99 0 0.49
HSL 271.38º 0.98% 0.26% -
HSV(B) 271.38º 0.99% 0.51% -
XYZ 6.56 2.93 21.69 -
YUV 36.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 69 1 131 0.47 0.99 0 0.49 271.38 0.98 0.26
Hex 45 1 83 2F 63 0 31 10F 62 1A
Octal 105 1 203 57 143 0 61 417 142 32
Binary 1000101 1 10000011 101111 1100011 0 110001 100001111 1100010 11010

Color Harmonies of #450183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450183

Black with #450183

Text Example


Text Example

White with #450183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450183; }

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

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

background-color css

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

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

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

border-color css

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

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

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