Html Css Color HEX #69038E Indigo

📋 copy color: '#69038E'

red 105 ◦ green 3 ◦ blue 142

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

Shades of Indigo #69038E

Tints of Indigo #69038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.8%

R = 42%
G = 1.2%
B = 56.8%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69038E (or 0x69038E) is known color: Indigo. HEX triplet: 69, 03 and 8E. RGB value is (105,3,142). Sum of RGB (Red+Green+Blue) = 105+3+142=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #69038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69038E is #96FC71. Grayscale: #303030. Windows color (decimal): -9895026 or 9306985. OLE color: 9306985.

HSL color Cylindrical-coordinate representation of color #69038E: hue angle of 284.03º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69038E is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 3 142 -
CMYK 0.26 0.98 0 0.44
HSL 284.03º 0.96% 0.28% -
HSV(B) 284.03º 0.98% 0.56% -
XYZ 10.74 5.02 25.99 -
YUV 49.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 105 3 142 0.26 0.98 0 0.44 284.03 0.96 0.28
Hex 69 3 8E 1A 62 0 2C 11C 60 1C
Octal 151 3 216 32 142 0 54 434 140 34
Binary 1101001 11 10001110 11010 1100010 0 101100 100011100 1100000 11100

Color Harmonies of #69038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69038E

Black with #69038E

Text Example


Text Example

White with #69038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69038E; }

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

 H1.HeaderClassName
 {
   color: #69038E;
 }
 .AnyTagClassName
 {
   color: #69038E;
 }
</style>

background-color css

<style>
 a { background-color: #69038E; }

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

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

border-color css

<style>
 span { border-color: #69038E; }

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

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