Html Css Color HEX #631885 Indigo

📋 copy color: '#631885'

red 99 ◦ green 24 ◦ blue 133

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

Shades of Indigo #631885

Tints of Indigo #631885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

 BLUE value IS 133 (52.34% from 255) = 51.95%

R = 38.67%
G = 9.38%
B = 51.95%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#631885 (or 0x631885) is known color: Indigo. HEX triplet: 63, 18 and 85. RGB value is (99,24,133). Sum of RGB (Red+Green+Blue) = 99+24+133=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #631885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631885 is #9CE77A. Grayscale: #3A3A3A. Windows color (decimal): -10282875 or 8722531. OLE color: 8722531.

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

Color convert

RGB 99 24 133 -
CMYK 0.26 0.82 0 0.48
HSL 281.28º 0.69% 0.31% -
HSV(B) 281.28º 0.82% 0.52% -
XYZ 9.71 5 22.64 -
YUV 58.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 99 24 133 0.26 0.82 0 0.48 281.28 0.69 0.31
Hex 63 18 85 1A 52 0 30 119 45 1F
Octal 143 30 205 32 122 0 60 431 105 37
Binary 1100011 11000 10000101 11010 1010010 0 110000 100011001 1000101 11111

Color Harmonies of #631885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631885

Black with #631885

Text Example


Text Example

White with #631885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631885; }

 p { color: rgb(99,24,133); }

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

background-color css

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

 a { background-color: rgb(99,24,133); }

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

border-color css

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

 span { border-color: rgb(99,24,133); }

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