Html Css Color HEX #67029E Indigo

📋 copy color: '#67029E'

red 103 ◦ green 2 ◦ blue 158

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

Shades of Indigo #67029E

Tints of Indigo #67029E

RGB

 RED value IS 103 (40.63% from 255) = 39.16%

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

 BLUE value IS 158 (62.11% from 255) = 60.08%

R = 39.16%
G = 0.76%
B = 60.08%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67029E (or 0x67029E) is known color: Indigo. HEX triplet: 67, 02 and 9E. RGB value is (103,2,158). Sum of RGB (Red+Green+Blue) = 103+2+158=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #67029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67029E is #98FD61. Grayscale: #313131. Windows color (decimal): -10026338 or 10355303. OLE color: 10355303.

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

Color convert

RGB 103 2 158 -
CMYK 0.35 0.99 0 0.38
HSL 278.85º 0.98% 0.31% -
HSV(B) 278.85º 0.99% 0.62% -
XYZ 11.79 5.4 32.77 -
YUV 49.98 188.96 165.82 -
System Red Green Blue C M Y K H S L
Decimal 103 2 158 0.35 0.99 0 0.38 278.85 0.98 0.31
Hex 67 2 9E 23 63 0 26 117 62 1F
Octal 147 2 236 43 143 0 46 427 142 37
Binary 1100111 10 10011110 100011 1100011 0 100110 100010111 1100010 11111

Color Harmonies of #67029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67029E

Black with #67029E

Text Example


Text Example

White with #67029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,2,158); }

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

background-color css

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

 a { background-color: rgb(103,2,158); }

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

border-color css

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

 span { border-color: rgb(103,2,158); }

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