Html Css Color HEX #610384 Indigo

📋 copy color: '#610384'

red 97 ◦ green 3 ◦ blue 132

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

Shades of Indigo #610384

Tints of Indigo #610384

RGB

 RED value IS 97 (38.28% from 255) = 41.81%

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 132 (51.95% from 255) = 56.9%

R = 41.81%
G = 1.29%
B = 56.9%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#610384 (or 0x610384) is known color: Indigo. HEX triplet: 61, 03 and 84. RGB value is (97,3,132). Sum of RGB (Red+Green+Blue) = 97+3+132=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #610384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610384 is #9EFC7B. Grayscale: #2D2D2D. Windows color (decimal): -10419324 or 8651617. OLE color: 8651617.

HSL color Cylindrical-coordinate representation of color #610384: hue angle of 283.72º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610384 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 3 132 -
CMYK 0.27 0.98 0 0.48
HSL 283.72º 0.96% 0.26% -
HSV(B) 283.72º 0.98% 0.52% -
XYZ 9.13 4.27 22.17 -
YUV 45.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 97 3 132 0.27 0.98 0 0.48 283.72 0.96 0.26
Hex 61 3 84 1B 62 0 30 11C 60 1A
Octal 141 3 204 33 142 0 60 434 140 32
Binary 1100001 11 10000100 11011 1100010 0 110000 100011100 1100000 11010

Color Harmonies of #610384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610384

Black with #610384

Text Example


Text Example

White with #610384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610384; }

 p { color: rgb(97,3,132); }

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

background-color css

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

 a { background-color: rgb(97,3,132); }

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

border-color css

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

 span { border-color: rgb(97,3,132); }

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