Html Css Color HEX #670598 Indigo

📋 copy color: '#670598'

red 103 ◦ green 5 ◦ blue 152

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

Shades of Indigo #670598

Tints of Indigo #670598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 39.62%
G = 1.92%
B = 58.46%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#670598 (or 0x670598) is known color: Indigo. HEX triplet: 67, 05 and 98. RGB value is (103,5,152). Sum of RGB (Red+Green+Blue) = 103+5+152=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #670598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670598 is #98FA67. Grayscale: #323232. Windows color (decimal): -10025576 or 9962855. OLE color: 9962855.

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

Color convert

RGB 103 5 152 -
CMYK 0.32 0.97 0 0.40
HSL 280º 0.94% 0.31% -
HSV(B) 280º 0.97% 0.6% -
XYZ 11.32 5.26 30.12 -
YUV 51.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 103 5 152 0.32 0.97 0 0.40 280 0.94 0.31
Hex 67 5 98 20 61 0 28 118 5E 1F
Octal 147 5 230 40 141 0 50 430 136 37
Binary 1100111 101 10011000 100000 1100001 0 101000 100011000 1011110 11111

Color Harmonies of #670598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670598

Black with #670598

Text Example


Text Example

White with #670598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670598; }

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

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

background-color css

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

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

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

border-color css

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

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

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