Html Css Color HEX #67019E Indigo

📋 copy color: '#67019E'

red 103 ◦ green 1 ◦ blue 158

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

Shades of Indigo #67019E

Tints of Indigo #67019E

RGB

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

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

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

R = 39.31%
G = 0.38%
B = 60.31%

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

#67019E (or 0x67019E) is known color: Indigo. HEX triplet: 67, 01 and 9E. RGB value is (103,1,158). Sum of RGB (Red+Green+Blue) = 103+1+158=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #67019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67019E is #98FE61. Grayscale: #303030. Windows color (decimal): -10026594 or 10355047. OLE color: 10355047.

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

Color convert

RGB 103 1 158 -
CMYK 0.35 0.99 0 0.38
HSL 278.98º 0.99% 0.31% -
HSV(B) 278.98º 0.99% 0.62% -
XYZ 11.78 5.37 32.76 -
YUV 49.4 189.29 166.23 -
System Red Green Blue C M Y K H S L
Decimal 103 1 158 0.35 0.99 0 0.38 278.98 0.99 0.31
Hex 67 1 9E 23 63 0 26 117 63 1F
Octal 147 1 236 43 143 0 46 427 143 37
Binary 1100111 1 10011110 100011 1100011 0 100110 100010111 1100011 11111

Color Harmonies of #67019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67019E

Black with #67019E

Text Example


Text Example

White with #67019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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