Html Css Color HEX #67019C Indigo

📋 copy color: '#67019C'

red 103 ◦ green 1 ◦ blue 156

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

Shades of Indigo #67019C

Tints of Indigo #67019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 39.62%
G = 0.38%
B = 60%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67019C (or 0x67019C) is known color: Indigo. HEX triplet: 67, 01 and 9C. RGB value is (103,1,156). Sum of RGB (Red+Green+Blue) = 103+1+156=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #67019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67019C is #98FE63. Grayscale: #303030. Windows color (decimal): -10026596 or 10223975. OLE color: 10223975.

HSL color Cylindrical-coordinate representation of color #67019C: hue angle of 279.48º degrees, saturation: 0.99, 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 #67019C is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 1 156 -
CMYK 0.34 0.99 0 0.39
HSL 279.48º 0.99% 0.31% -
HSV(B) 279.48º 0.99% 0.61% -
XYZ 11.61 5.31 31.86 -
YUV 49.17 188.29 166.4 -
System Red Green Blue C M Y K H S L
Decimal 103 1 156 0.34 0.99 0 0.39 279.48 0.99 0.31
Hex 67 1 9C 22 63 0 27 117 63 1F
Octal 147 1 234 42 143 0 47 427 143 37
Binary 1100111 1 10011100 100010 1100011 0 100111 100010111 1100011 11111

Color Harmonies of #67019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67019C

Black with #67019C

Text Example


Text Example

White with #67019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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