Html Css Color HEX #3A208A Persian Indigo

📋 copy color: '#3A208A'

red 58 ◦ green 32 ◦ blue 138

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

Shades of Persian Indigo #3A208A

Tints of Persian Indigo #3A208A

RGB

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

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

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

R = 25.44%
G = 14.04%
B = 60.53%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A208A (or 0x3A208A) is known color: Persian Indigo. HEX triplet: 3A, 20 and 8A. RGB value is (58,32,138). Sum of RGB (Red+Green+Blue) = 58+32+138=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A208A is #C5DF75. Grayscale: #333333. Windows color (decimal): -12967798 or 9052218. OLE color: 9052218.

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

Color convert

RGB 58 32 138 -
CMYK 0.58 0.77 0 0.46
HSL 254.72º 0.62% 0.33% -
HSV(B) 254.72º 0.77% 0.54% -
XYZ 6.85 3.77 24.41 -
YUV 51.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 58 32 138 0.58 0.77 0 0.46 254.72 0.62 0.33
Hex 3A 20 8A 3A 4D 0 2E FF 3E 21
Octal 72 40 212 72 115 0 56 377 76 41
Binary 111010 100000 10001010 111010 1001101 0 101110 11111111 111110 100001

Color Harmonies of #3A208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A208A

Black with #3A208A

Text Example


Text Example

White with #3A208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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