Html Css Color HEX #69039D Indigo

📋 copy color: '#69039D'

red 105 ◦ green 3 ◦ blue 157

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

Shades of Indigo #69039D

Tints of Indigo #69039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 157 (61.72% from 255) = 59.25%

R = 39.62%
G = 1.13%
B = 59.25%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69039D (or 0x69039D) is known color: Indigo. HEX triplet: 69, 03 and 9D. RGB value is (105,3,157). Sum of RGB (Red+Green+Blue) = 105+3+157=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #69039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69039D is #96FC62. Grayscale: #323232. Windows color (decimal): -9895011 or 10290025. OLE color: 10290025.

HSL color Cylindrical-coordinate representation of color #69039D: hue angle of 279.74º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69039D is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 3 157 -
CMYK 0.33 0.98 0 0.38
HSL 279.74º 0.96% 0.31% -
HSV(B) 279.74º 0.98% 0.62% -
XYZ 11.94 5.5 32.33 -
YUV 51.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 105 3 157 0.33 0.98 0 0.38 279.74 0.96 0.31
Hex 69 3 9D 21 62 0 26 118 60 1F
Octal 151 3 235 41 142 0 46 430 140 37
Binary 1101001 11 10011101 100001 1100010 0 100110 100011000 1100000 11111

Color Harmonies of #69039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69039D

Black with #69039D

Text Example


Text Example

White with #69039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69039D; }

 p { color: rgb(105,3,157); }

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

background-color css

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

 a { background-color: rgb(105,3,157); }

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

border-color css

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

 span { border-color: rgb(105,3,157); }

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