Html Css Color HEX #3A0275 Indigo

📋 copy color: '#3A0275'

red 58 ◦ green 2 ◦ blue 117

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

Shades of Indigo #3A0275

Tints of Indigo #3A0275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.1%

R = 32.77%
G = 1.13%
B = 66.1%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A0275 (or 0x3A0275) is known color: Indigo. HEX triplet: 3A, 02 and 75. RGB value is (58,2,117). Sum of RGB (Red+Green+Blue) = 58+2+117=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A0275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0275 is #C5FD8A. Grayscale: #1F1F1F. Windows color (decimal): -12975499 or 7668282. OLE color: 7668282.

HSL color Cylindrical-coordinate representation of color #3A0275: hue angle of 269.22º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0275 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 2 117 -
CMYK 0.50 0.98 0 0.54
HSL 269.22º 0.97% 0.23% -
HSV(B) 269.22º 0.98% 0.46% -
XYZ 4.98 2.23 17 -
YUV 31.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 58 2 117 0.50 0.98 0 0.54 269.22 0.97 0.23
Hex 3A 2 75 32 62 0 36 10D 61 17
Octal 72 2 165 62 142 0 66 415 141 27
Binary 111010 10 1110101 110010 1100010 0 110110 100001101 1100001 10111

Color Harmonies of #3A0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0275

Black with #3A0275

Text Example


Text Example

White with #3A0275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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