Html Css Color HEX #67029F Indigo

📋 copy color: '#67029F'

red 103 ◦ green 2 ◦ blue 159

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

Shades of Indigo #67029F

Tints of Indigo #67029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.23%

R = 39.02%
G = 0.76%
B = 60.23%

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

#67029F (or 0x67029F) is known color: Indigo. HEX triplet: 67, 02 and 9F. RGB value is (103,2,159). Sum of RGB (Red+Green+Blue) = 103+2+159=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #67029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67029F is #98FD60. Grayscale: #313131. Windows color (decimal): -10026337 or 10420839. OLE color: 10420839.

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

Color convert

RGB 103 2 159 -
CMYK 0.35 0.99 0 0.38
HSL 278.6º 0.98% 0.32% -
HSV(B) 278.6º 0.99% 0.62% -
XYZ 11.87 5.43 33.22 -
YUV 50.1 189.46 165.73 -
System Red Green Blue C M Y K H S L
Decimal 103 2 159 0.35 0.99 0 0.38 278.6 0.98 0.32
Hex 67 2 9F 23 63 0 26 117 62 20
Octal 147 2 237 43 143 0 46 427 142 40
Binary 1100111 10 10011111 100011 1100011 0 100110 100010111 1100010 100000

Color Harmonies of #67029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67029F

Black with #67029F

Text Example


Text Example

White with #67029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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