Html Css Color HEX #69039C Indigo

📋 copy color: '#69039C'

red 105 ◦ green 3 ◦ blue 156

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

Shades of Indigo #69039C

Tints of Indigo #69039C

RGB

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

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

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

R = 39.77%
G = 1.14%
B = 59.09%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69039C (or 0x69039C) is known color: Indigo. HEX triplet: 69, 03 and 9C. RGB value is (105,3,156). Sum of RGB (Red+Green+Blue) = 105+3+156=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #69039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69039C is #96FC63. Grayscale: #323232. Windows color (decimal): -9895012 or 10224489. OLE color: 10224489.

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

Color convert

RGB 105 3 156 -
CMYK 0.33 0.98 0 0.39
HSL 280º 0.96% 0.31% -
HSV(B) 280º 0.98% 0.61% -
XYZ 11.86 5.47 31.88 -
YUV 50.94 187.29 166.56 -
System Red Green Blue C M Y K H S L
Decimal 105 3 156 0.33 0.98 0 0.39 280 0.96 0.31
Hex 69 3 9C 21 62 0 27 118 60 1F
Octal 151 3 234 41 142 0 47 430 140 37
Binary 1101001 11 10011100 100001 1100010 0 100111 100011000 1100000 11111

Color Harmonies of #69039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69039C

Black with #69039C

Text Example


Text Example

White with #69039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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