Html Css Color HEX #45099C Indigo

📋 copy color: '#45099C'

red 69 ◦ green 9 ◦ blue 156

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

Shades of Indigo #45099C

Tints of Indigo #45099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 29.49%
G = 3.85%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45099C (or 0x45099C) is known color: Indigo. HEX triplet: 45, 09 and 9C. RGB value is (69,9,156). Sum of RGB (Red+Green+Blue) = 69+9+156=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #45099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45099C is #BAF663. Grayscale: #2B2B2B. Windows color (decimal): -12252772 or 10225989. OLE color: 10225989.

HSL color Cylindrical-coordinate representation of color #45099C: hue angle of 264.49º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45099C is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 9 156 -
CMYK 0.56 0.94 0 0.39
HSL 264.49º 0.89% 0.32% -
HSV(B) 264.49º 0.94% 0.61% -
XYZ 8.55 3.86 31.75 -
YUV 43.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 69 9 156 0.56 0.94 0 0.39 264.49 0.89 0.32
Hex 45 9 9C 38 5E 0 27 108 59 20
Octal 105 11 234 70 136 0 47 410 131 40
Binary 1000101 1001 10011100 111000 1011110 0 100111 100001000 1011001 100000

Color Harmonies of #45099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45099C

Black with #45099C

Text Example


Text Example

White with #45099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45099C; }

 p { color: rgb(69,9,156); }

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

background-color css

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

 a { background-color: rgb(69,9,156); }

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

border-color css

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

 span { border-color: rgb(69,9,156); }

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