Html Css Color HEX #3A208C Persian Indigo

📋 copy color: '#3A208C'

red 58 ◦ green 32 ◦ blue 140

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

Shades of Persian Indigo #3A208C

Tints of Persian Indigo #3A208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.87%

R = 25.22%
G = 13.91%
B = 60.87%

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

#3A208C (or 0x3A208C) is known color: Persian Indigo. HEX triplet: 3A, 20 and 8C. RGB value is (58,32,140). Sum of RGB (Red+Green+Blue) = 58+32+140=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A208C is #C5DF73. Grayscale: #333333. Windows color (decimal): -12967796 or 9183290. OLE color: 9183290.

HSL color Cylindrical-coordinate representation of color #3A208C: hue angle of 254.44º 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 #3A208C is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 32 140 -
CMYK 0.59 0.77 0 0.45
HSL 254.44º 0.63% 0.34% -
HSV(B) 254.44º 0.77% 0.55% -
XYZ 7 3.83 25.18 -
YUV 52.09 177.61 132.22 -
System Red Green Blue C M Y K H S L
Decimal 58 32 140 0.59 0.77 0 0.45 254.44 0.63 0.34
Hex 3A 20 8C 3B 4D 0 2D FE 3F 22
Octal 72 40 214 73 115 0 55 376 77 42
Binary 111010 100000 10001100 111011 1001101 0 101101 11111110 111111 100010

Color Harmonies of #3A208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A208C

Black with #3A208C

Text Example


Text Example

White with #3A208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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