Html Css Color HEX #670093 Indigo

📋 copy color: '#670093'

red 103 ◦ green 0 ◦ blue 147

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

Shades of Indigo #670093

Tints of Indigo #670093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 58.8%

R = 41.2%
G = 0%
B = 58.8%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#670093 (or 0x670093) is known color: Indigo. HEX triplet: 67, 00 and 93. RGB value is (103,0,147). Sum of RGB (Red+Green+Blue) = 103+0+147=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #670093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670093 is #98FF6C. Grayscale: #2F2F2F. Windows color (decimal): -10026861 or 9633895. OLE color: 9633895.

HSL color Cylindrical-coordinate representation of color #670093: hue angle of 282.04º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670093 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 0 147 -
CMYK 0.30 1 0 0.42
HSL 282.04º 1% 0.29% -
HSV(B) 282.04º 1% 0.58% -
XYZ 10.86 4.99 27.99 -
YUV 47.56 184.12 167.55 -
System Red Green Blue C M Y K H S L
Decimal 103 0 147 0.30 1 0 0.42 282.04 1 0.29
Hex 67 0 93 1E 64 0 2A 11A 64 1D
Octal 147 0 223 36 144 0 52 432 144 35
Binary 1100111 0 10010011 11110 1100100 0 101010 100011010 1100100 11101

Color Harmonies of #670093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670093

Black with #670093

Text Example


Text Example

White with #670093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670093; }

 p { color: rgb(103,0,147); }

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

background-color css

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

 a { background-color: rgb(103,0,147); }

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

border-color css

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

 span { border-color: rgb(103,0,147); }

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