Html Css Color HEX #630588 Indigo

📋 copy color: '#630588'

red 99 ◦ green 5 ◦ blue 136

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

Shades of Indigo #630588

Tints of Indigo #630588

RGB

 RED value IS 99 (39.06% from 255) = 41.25%

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

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 41.25%
G = 2.08%
B = 56.67%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#630588 (or 0x630588) is known color: Indigo. HEX triplet: 63, 05 and 88. RGB value is (99,5,136). Sum of RGB (Red+Green+Blue) = 99+5+136=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #630588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630588 is #9CFA77. Grayscale: #2F2F2F. Windows color (decimal): -10287736 or 8914275. OLE color: 8914275.

HSL color Cylindrical-coordinate representation of color #630588: hue angle of 283.05º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630588 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 5 136 -
CMYK 0.27 0.96 0 0.47
HSL 283.05º 0.93% 0.28% -
HSV(B) 283.05º 0.96% 0.53% -
XYZ 9.64 4.54 23.66 -
YUV 48.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 99 5 136 0.27 0.96 0 0.47 283.05 0.93 0.28
Hex 63 5 88 1B 60 0 2F 11B 5D 1C
Octal 143 5 210 33 140 0 57 433 135 34
Binary 1100011 101 10001000 11011 1100000 0 101111 100011011 1011101 11100

Color Harmonies of #630588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630588

Black with #630588

Text Example


Text Example

White with #630588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630588; }

 p { color: rgb(99,5,136); }

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

background-color css

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

 a { background-color: rgb(99,5,136); }

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

border-color css

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

 span { border-color: rgb(99,5,136); }

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