Html Css Color HEX #670D99 Indigo

📋 copy color: '#670D99'

red 103 ◦ green 13 ◦ blue 153

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

Shades of Indigo #670D99

Tints of Indigo #670D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.83%

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 38.29%
G = 4.83%
B = 56.88%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#670D99 (or 0x670D99) is known color: Indigo. HEX triplet: 67, 0D and 99. RGB value is (103,13,153). Sum of RGB (Red+Green+Blue) = 103+13+153=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #670D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670D99 is #98F266. Grayscale: #373737. Windows color (decimal): -10023527 or 10030439. OLE color: 10030439.

HSL color Cylindrical-coordinate representation of color #670D99: hue angle of 278.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670D99 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 13 153 -
CMYK 0.33 0.92 0 0.4
HSL 278.57º 0.84% 0.33% -
HSV(B) 278.57º 0.92% 0.6% -
XYZ 11.49 5.47 30.59 -
YUV 55.87 182.82 161.62 -
System Red Green Blue C M Y K H S L
Decimal 103 13 153 0.33 0.92 0 0.4 278.57 0.84 0.33
Hex 67 D 99 21 5C 0 28 117 54 21
Octal 147 15 231 41 134 0 50 427 124 41
Binary 1100111 1101 10011001 100001 1011100 0 101000 100010111 1010100 100001

Color Harmonies of #670D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670D99

Black with #670D99

Text Example


Text Example

White with #670D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670D99; }

 p { color: rgb(103,13,153); }

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

background-color css

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

 a { background-color: rgb(103,13,153); }

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

border-color css

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

 span { border-color: rgb(103,13,153); }

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