Html Css Color HEX #3A208D Persian Indigo

📋 copy color: '#3A208D'

red 58 ◦ green 32 ◦ blue 141

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

Shades of Persian Indigo #3A208D

Tints of Persian Indigo #3A208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.04%

R = 25.11%
G = 13.85%
B = 61.04%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A208D (or 0x3A208D) is known color: Persian Indigo. HEX triplet: 3A, 20 and 8D. RGB value is (58,32,141). Sum of RGB (Red+Green+Blue) = 58+32+141=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A208D is #C5DF72. Grayscale: #333333. Windows color (decimal): -12967795 or 9248826. OLE color: 9248826.

HSL color Cylindrical-coordinate representation of color #3A208D: hue angle of 254.31º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A208D is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 32 141 -
CMYK 0.59 0.77 0 0.45
HSL 254.31º 0.63% 0.34% -
HSV(B) 254.31º 0.77% 0.55% -
XYZ 7.07 3.86 25.57 -
YUV 52.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 58 32 141 0.59 0.77 0 0.45 254.31 0.63 0.34
Hex 3A 20 8D 3B 4D 0 2D FE 3F 22
Octal 72 40 215 73 115 0 55 376 77 42
Binary 111010 100000 10001101 111011 1001101 0 101101 11111110 111111 100010

Color Harmonies of #3A208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A208D

Black with #3A208D

Text Example


Text Example

White with #3A208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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