Html Css Color HEX #3A0265 Indigo

📋 copy color: '#3A0265'

red 58 ◦ green 2 ◦ blue 101

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

Shades of Indigo #3A0265

Tints of Indigo #3A0265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 62.73%

R = 36.02%
G = 1.24%
B = 62.73%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3A0265 (or 0x3A0265) is known color: Indigo. HEX triplet: 3A, 02 and 65. RGB value is (58,2,101). Sum of RGB (Red+Green+Blue) = 58+2+101=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A0265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0265 is #C5FD9A. Grayscale: #1D1D1D. Windows color (decimal): -12975515 or 6619706. OLE color: 6619706.

HSL color Cylindrical-coordinate representation of color #3A0265: hue angle of 273.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0265 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 58 2 101 -
CMYK 0.43 0.98 0 0.60
HSL 273.94º 0.96% 0.2% -
HSV(B) 273.94º 0.98% 0.4% -
XYZ 4.12 1.88 12.46 -
YUV 30.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 58 2 101 0.43 0.98 0 0.60 273.94 0.96 0.2
Hex 3A 2 65 2B 62 0 3C 112 60 14
Octal 72 2 145 53 142 0 74 422 140 24
Binary 111010 10 1100101 101011 1100010 0 111100 100010010 1100000 10100

Color Harmonies of #3A0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0265

Black with #3A0265

Text Example


Text Example

White with #3A0265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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