Html Css Color HEX #69059B Indigo

📋 copy color: '#69059B'

red 105 ◦ green 5 ◦ blue 155

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

Shades of Indigo #69059B

Tints of Indigo #69059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 39.62%
G = 1.89%
B = 58.49%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69059B (or 0x69059B) is known color: Indigo. HEX triplet: 69, 05 and 9B. RGB value is (105,5,155). Sum of RGB (Red+Green+Blue) = 105+5+155=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #69059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69059B is #96FA64. Grayscale: #333333. Windows color (decimal): -9894501 or 10159465. OLE color: 10159465.

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

Color convert

RGB 105 5 155 -
CMYK 0.32 0.97 0 0.39
HSL 280º 0.94% 0.31% -
HSV(B) 280º 0.97% 0.61% -
XYZ 11.8 5.48 31.45 -
YUV 52 186.13 165.8 -
System Red Green Blue C M Y K H S L
Decimal 105 5 155 0.32 0.97 0 0.39 280 0.94 0.31
Hex 69 5 9B 20 61 0 27 118 5E 1F
Octal 151 5 233 40 141 0 47 430 136 37
Binary 1101001 101 10011011 100000 1100001 0 100111 100011000 1011110 11111

Color Harmonies of #69059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69059B

Black with #69059B

Text Example


Text Example

White with #69059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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