Html Css Color HEX #69029B Indigo

📋 copy color: '#69029B'

red 105 ◦ green 2 ◦ blue 155

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

Shades of Indigo #69029B

Tints of Indigo #69029B

RGB

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

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

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

R = 40.08%
G = 0.76%
B = 59.16%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69029B (or 0x69029B) is known color: Indigo. HEX triplet: 69, 02 and 9B. RGB value is (105,2,155). Sum of RGB (Red+Green+Blue) = 105+2+155=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #69029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69029B is #96FD64. Grayscale: #313131. Windows color (decimal): -9895269 or 10158697. OLE color: 10158697.

HSL color Cylindrical-coordinate representation of color #69029B: hue angle of 280.39º 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 #69029B is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 2 155 -
CMYK 0.32 0.99 0 0.39
HSL 280.39º 0.97% 0.31% -
HSV(B) 280.39º 0.99% 0.61% -
XYZ 11.76 5.41 31.44 -
YUV 50.24 187.12 167.06 -
System Red Green Blue C M Y K H S L
Decimal 105 2 155 0.32 0.99 0 0.39 280.39 0.97 0.31
Hex 69 2 9B 20 63 0 27 118 61 1F
Octal 151 2 233 40 143 0 47 430 141 37
Binary 1101001 10 10011011 100000 1100011 0 100111 100011000 1100001 11111

Color Harmonies of #69029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69029B

Black with #69029B

Text Example


Text Example

White with #69029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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