Html Css Color HEX #67059C Indigo

📋 copy color: '#67059C'

red 103 ◦ green 5 ◦ blue 156

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

Shades of Indigo #67059C

Tints of Indigo #67059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 39.02%
G = 1.89%
B = 59.09%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67059C (or 0x67059C) is known color: Indigo. HEX triplet: 67, 05 and 9C. RGB value is (103,5,156). Sum of RGB (Red+Green+Blue) = 103+5+156=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #67059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67059C is #98FA63. Grayscale: #333333. Windows color (decimal): -10025572 or 10224999. OLE color: 10224999.

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

Color convert

RGB 103 5 156 -
CMYK 0.34 0.97 0 0.39
HSL 278.94º 0.94% 0.32% -
HSV(B) 278.94º 0.97% 0.61% -
XYZ 11.65 5.39 31.88 -
YUV 51.52 186.97 164.72 -
System Red Green Blue C M Y K H S L
Decimal 103 5 156 0.34 0.97 0 0.39 278.94 0.94 0.32
Hex 67 5 9C 22 61 0 27 117 5E 20
Octal 147 5 234 42 141 0 47 427 136 40
Binary 1100111 101 10011100 100010 1100001 0 100111 100010111 1011110 100000

Color Harmonies of #67059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67059C

Black with #67059C

Text Example


Text Example

White with #67059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,5,156); }

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

background-color css

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

 a { background-color: rgb(103,5,156); }

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

border-color css

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

 span { border-color: rgb(103,5,156); }

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