Html Css Color HEX #3A048A Persian Indigo

📋 copy color: '#3A048A'

red 58 ◦ green 4 ◦ blue 138

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

Shades of Persian Indigo #3A048A

Tints of Persian Indigo #3A048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

 BLUE value IS 138 (54.3% from 255) = 69%

R = 29%
G = 2%
B = 69%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A048A (or 0x3A048A) is known color: Persian Indigo. HEX triplet: 3A, 04 and 8A. RGB value is (58,4,138). Sum of RGB (Red+Green+Blue) = 58+4+138=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A048A is #C5FB75. Grayscale: #222222. Windows color (decimal): -12974966 or 9045050. OLE color: 9045050.

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

Color convert

RGB 58 4 138 -
CMYK 0.58 0.97 0 0.46
HSL 264.18º 0.94% 0.28% -
HSV(B) 264.18º 0.97% 0.54% -
XYZ 6.38 2.82 24.25 -
YUV 35.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 58 4 138 0.58 0.97 0 0.46 264.18 0.94 0.28
Hex 3A 4 8A 3A 61 0 2E 108 5E 1C
Octal 72 4 212 72 141 0 56 410 136 34
Binary 111010 100 10001010 111010 1100001 0 101110 100001000 1011110 11100

Color Harmonies of #3A048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A048A

Black with #3A048A

Text Example


Text Example

White with #3A048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,4,138); }

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

background-color css

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

 a { background-color: rgb(58,4,138); }

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

border-color css

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

 span { border-color: rgb(58,4,138); }

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