Html Css Color HEX #450BAB Indigo

📋 copy color: '#450BAB'

red 69 ◦ green 11 ◦ blue 171

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

Shades of Indigo #450BAB

Tints of Indigo #450BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.38%

 BLUE value IS 171 (67.19% from 255) = 68.13%

R = 27.49%
G = 4.38%
B = 68.13%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#450BAB (or 0x450BAB) is known color: Indigo. HEX triplet: 45, 0B and AB. RGB value is (69,11,171). Sum of RGB (Red+Green+Blue) = 69+11+171=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #450BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450BAB is #BAF454. Grayscale: #2E2E2E. Windows color (decimal): -12252245 or 11209541. OLE color: 11209541.

HSL color Cylindrical-coordinate representation of color #450BAB: hue angle of 261.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450BAB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 11 171 -
CMYK 0.60 0.94 0 0.33
HSL 261.75º 0.88% 0.36% -
HSV(B) 261.75º 0.94% 0.67% -
XYZ 9.92 4.44 38.86 -
YUV 46.58 198.22 143.99 -
System Red Green Blue C M Y K H S L
Decimal 69 11 171 0.60 0.94 0 0.33 261.75 0.88 0.36
Hex 45 B AB 3C 5E 0 21 106 58 24
Octal 105 13 253 74 136 0 41 406 130 44
Binary 1000101 1011 10101011 111100 1011110 0 100001 100000110 1011000 100100

Color Harmonies of #450BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450BAB

Black with #450BAB

Text Example


Text Example

White with #450BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450BAB; }

 p { color: rgb(69,11,171); }

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

background-color css

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

 a { background-color: rgb(69,11,171); }

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

border-color css

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

 span { border-color: rgb(69,11,171); }

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