Html Css Color HEX #69059C Indigo

📋 copy color: '#69059C'

red 105 ◦ green 5 ◦ blue 156

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

Shades of Indigo #69059C

Tints of Indigo #69059C

RGB

 RED value IS 105 (41.41% from 255) = 39.47%

 GREEN value IS 5 (2.34% from 255) = 1.88%

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

R = 39.47%
G = 1.88%
B = 58.65%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69059C (or 0x69059C) is known color: Indigo. HEX triplet: 69, 05 and 9C. RGB value is (105,5,156). Sum of RGB (Red+Green+Blue) = 105+5+156=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #69059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69059C is #96FA63. Grayscale: #333333. Windows color (decimal): -9894500 or 10225001. OLE color: 10225001.

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

Color convert

RGB 105 5 156 -
CMYK 0.33 0.97 0 0.39
HSL 279.74º 0.94% 0.32% -
HSV(B) 279.74º 0.97% 0.61% -
XYZ 11.88 5.51 31.89 -
YUV 52.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 105 5 156 0.33 0.97 0 0.39 279.74 0.94 0.32
Hex 69 5 9C 21 61 0 27 118 5E 20
Octal 151 5 234 41 141 0 47 430 136 40
Binary 1101001 101 10011100 100001 1100001 0 100111 100011000 1011110 100000

Color Harmonies of #69059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69059C

Black with #69059C

Text Example


Text Example

White with #69059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,5,156); }

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

background-color css

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

 a { background-color: rgb(105,5,156); }

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

border-color css

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

 span { border-color: rgb(105,5,156); }

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