Html Css Color HEX #3A2074 Persian Indigo

📋 copy color: '#3A2074'

red 58 ◦ green 32 ◦ blue 116

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

Shades of Persian Indigo #3A2074

Tints of Persian Indigo #3A2074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 116 (45.7% from 255) = 56.31%

R = 28.16%
G = 15.53%
B = 56.31%

CMYK

 C value IS 0.5

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A2074 (or 0x3A2074) is known color: Persian Indigo. HEX triplet: 3A, 20 and 74. RGB value is (58,32,116). Sum of RGB (Red+Green+Blue) = 58+32+116=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A2074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2074 is #C5DF8B. Grayscale: #313131. Windows color (decimal): -12967820 or 7610426. OLE color: 7610426.

HSL color Cylindrical-coordinate representation of color #3A2074: hue angle of 258.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2074 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 32 116 -
CMYK 0.5 0.72 0 0.55
HSL 258.57º 0.57% 0.29% -
HSV(B) 258.57º 0.72% 0.45% -
XYZ 5.41 3.19 16.85 -
YUV 49.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 58 32 116 0.5 0.72 0 0.55 258.57 0.57 0.29
Hex 3A 20 74 32 48 0 37 103 39 1D
Octal 72 40 164 62 110 0 67 403 71 35
Binary 111010 100000 1110100 110010 1001000 0 110111 100000011 111001 11101

Color Harmonies of #3A2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2074

Black with #3A2074

Text Example


Text Example

White with #3A2074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,32,116); }

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

background-color css

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

 a { background-color: rgb(58,32,116); }

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

border-color css

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

 span { border-color: rgb(58,32,116); }

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