Html Css Color HEX #3A0299 Indigo

📋 copy color: '#3A0299'

red 58 ◦ green 2 ◦ blue 153

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

Shades of Indigo #3A0299

Tints of Indigo #3A0299

RGB

 RED value IS 58 (23.05% from 255) = 27.23%

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 153 (60.16% from 255) = 71.83%

R = 27.23%
G = 0.94%
B = 71.83%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3A0299 (or 0x3A0299) is known color: Indigo. HEX triplet: 3A, 02 and 99. RGB value is (58,2,153). Sum of RGB (Red+Green+Blue) = 58+2+153=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A0299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0299 is #C5FD66. Grayscale: #232323. Windows color (decimal): -12975463 or 10027578. OLE color: 10027578.

HSL color Cylindrical-coordinate representation of color #3A0299: hue angle of 262.25º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0299 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 2 153 -
CMYK 0.62 0.99 0 0.4
HSL 262.25º 0.97% 0.3% -
HSV(B) 262.25º 0.99% 0.6% -
XYZ 7.52 3.24 30.37 -
YUV 35.96 194.05 143.72 -
System Red Green Blue C M Y K H S L
Decimal 58 2 153 0.62 0.99 0 0.4 262.25 0.97 0.3
Hex 3A 2 99 3E 63 0 28 106 61 1E
Octal 72 2 231 76 143 0 50 406 141 36
Binary 111010 10 10011001 111110 1100011 0 101000 100000110 1100001 11110

Color Harmonies of #3A0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0299

Black with #3A0299

Text Example


Text Example

White with #3A0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A0299; }

 p { color: rgb(58,2,153); }

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

background-color css

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

 a { background-color: rgb(58,2,153); }

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

border-color css

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

 span { border-color: rgb(58,2,153); }

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