Html Css Color HEX #63038F Indigo

📋 copy color: '#63038F'

red 99 ◦ green 3 ◦ blue 143

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

Shades of Indigo #63038F

Tints of Indigo #63038F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 58.37%

R = 40.41%
G = 1.22%
B = 58.37%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63038F (or 0x63038F) is known color: Indigo. HEX triplet: 63, 03 and 8F. RGB value is (99,3,143). Sum of RGB (Red+Green+Blue) = 99+3+143=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #63038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63038F is #9CFC70. Grayscale: #2F2F2F. Windows color (decimal): -10288241 or 9372515. OLE color: 9372515.

HSL color Cylindrical-coordinate representation of color #63038F: hue angle of 281.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63038F is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 3 143 -
CMYK 0.31 0.98 0 0.44
HSL 281.14º 0.96% 0.29% -
HSV(B) 281.14º 0.98% 0.56% -
XYZ 10.14 4.7 26.36 -
YUV 47.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 99 3 143 0.31 0.98 0 0.44 281.14 0.96 0.29
Hex 63 3 8F 1F 62 0 2C 119 60 1D
Octal 143 3 217 37 142 0 54 431 140 35
Binary 1100011 11 10001111 11111 1100010 0 101100 100011001 1100000 11101

Color Harmonies of #63038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63038F

Black with #63038F

Text Example


Text Example

White with #63038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63038F; }

 p { color: rgb(99,3,143); }

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

background-color css

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

 a { background-color: rgb(99,3,143); }

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

border-color css

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

 span { border-color: rgb(99,3,143); }

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