Html Css Color HEX #3A1890 Persian Indigo

📋 copy color: '#3A1890'

red 58 ◦ green 24 ◦ blue 144

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

Shades of Persian Indigo #3A1890

Tints of Persian Indigo #3A1890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

 BLUE value IS 144 (56.64% from 255) = 63.72%

R = 25.66%
G = 10.62%
B = 63.72%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A1890 (or 0x3A1890) is known color: Persian Indigo. HEX triplet: 3A, 18 and 90. RGB value is (58,24,144). Sum of RGB (Red+Green+Blue) = 58+24+144=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A1890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1890 is #C5E76F. Grayscale: #2F2F2F. Windows color (decimal): -12969840 or 9443386. OLE color: 9443386.

HSL color Cylindrical-coordinate representation of color #3A1890: hue angle of 257º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1890 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 24 144 -
CMYK 0.60 0.83 0 0.44
HSL 257º 0.71% 0.33% -
HSV(B) 257º 0.83% 0.56% -
XYZ 7.11 3.57 26.7 -
YUV 47.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 58 24 144 0.60 0.83 0 0.44 257 0.71 0.33
Hex 3A 18 90 3C 53 0 2C 101 47 21
Octal 72 30 220 74 123 0 54 401 107 41
Binary 111010 11000 10010000 111100 1010011 0 101100 100000001 1000111 100001

Color Harmonies of #3A1890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1890

Black with #3A1890

Text Example


Text Example

White with #3A1890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,24,144); }

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

background-color css

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

 a { background-color: rgb(58,24,144); }

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

border-color css

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

 span { border-color: rgb(58,24,144); }

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