Html Css Color HEX #670098 Indigo

📋 copy color: '#670098'

red 103 ◦ green 0 ◦ blue 152

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

Shades of Indigo #670098

Tints of Indigo #670098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 40.39%
G = 0%
B = 59.61%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#670098 (or 0x670098) is known color: Indigo. HEX triplet: 67, 00 and 98. RGB value is (103,0,152). Sum of RGB (Red+Green+Blue) = 103+0+152=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #670098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670098 is #98FF67. Grayscale: #2F2F2F. Windows color (decimal): -10026856 or 9961575. OLE color: 9961575.

HSL color Cylindrical-coordinate representation of color #670098: hue angle of 280.66º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670098 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 0 152 -
CMYK 0.32 1 0 0.40
HSL 280.66º 1% 0.3% -
HSV(B) 280.66º 1% 0.6% -
XYZ 11.26 5.15 30.11 -
YUV 48.13 186.62 167.14 -
System Red Green Blue C M Y K H S L
Decimal 103 0 152 0.32 1 0 0.40 280.66 1 0.3
Hex 67 0 98 20 64 0 28 119 64 1E
Octal 147 0 230 40 144 0 50 431 144 36
Binary 1100111 0 10011000 100000 1100100 0 101000 100011001 1100100 11110

Color Harmonies of #670098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670098

Black with #670098

Text Example


Text Example

White with #670098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670098; }

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

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

background-color css

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

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

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

border-color css

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

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

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