Html Css Color HEX #69029C Indigo

📋 copy color: '#69029C'

red 105 ◦ green 2 ◦ blue 156

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

Shades of Indigo #69029C

Tints of Indigo #69029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 39.92%
G = 0.76%
B = 59.32%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69029C (or 0x69029C) is known color: Indigo. HEX triplet: 69, 02 and 9C. RGB value is (105,2,156). Sum of RGB (Red+Green+Blue) = 105+2+156=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #69029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69029C is #96FD63. Grayscale: #313131. Windows color (decimal): -9895268 or 10224233. OLE color: 10224233.

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

Color convert

RGB 105 2 156 -
CMYK 0.33 0.99 0 0.39
HSL 280.13º 0.97% 0.31% -
HSV(B) 280.13º 0.99% 0.61% -
XYZ 11.85 5.45 31.88 -
YUV 50.35 187.62 166.98 -
System Red Green Blue C M Y K H S L
Decimal 105 2 156 0.33 0.99 0 0.39 280.13 0.97 0.31
Hex 69 2 9C 21 63 0 27 118 61 1F
Octal 151 2 234 41 143 0 47 430 141 37
Binary 1101001 10 10011100 100001 1100011 0 100111 100011000 1100001 11111

Color Harmonies of #69029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69029C

Black with #69029C

Text Example


Text Example

White with #69029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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