Html Css Color HEX #67019F Indigo

📋 copy color: '#67019F'

red 103 ◦ green 1 ◦ blue 159

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

Shades of Indigo #67019F

Tints of Indigo #67019F

RGB

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

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

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

R = 39.16%
G = 0.38%
B = 60.46%

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

#67019F (or 0x67019F) is known color: Indigo. HEX triplet: 67, 01 and 9F. RGB value is (103,1,159). Sum of RGB (Red+Green+Blue) = 103+1+159=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #67019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67019F is #98FE60. Grayscale: #303030. Windows color (decimal): -10026593 or 10420583. OLE color: 10420583.

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

Color convert

RGB 103 1 159 -
CMYK 0.35 0.99 0 0.38
HSL 278.73º 0.99% 0.31% -
HSV(B) 278.73º 0.99% 0.62% -
XYZ 11.86 5.41 33.22 -
YUV 49.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 103 1 159 0.35 0.99 0 0.38 278.73 0.99 0.31
Hex 67 1 9F 23 63 0 26 117 63 1F
Octal 147 1 237 43 143 0 46 427 143 37
Binary 1100111 1 10011111 100011 1100011 0 100110 100010111 1100011 11111

Color Harmonies of #67019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67019F

Black with #67019F

Text Example


Text Example

White with #67019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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