Html Css Color HEX #3A218D Persian Indigo

📋 copy color: '#3A218D'

red 58 ◦ green 33 ◦ blue 141

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

Shades of Persian Indigo #3A218D

Tints of Persian Indigo #3A218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 25%
G = 14.22%
B = 60.78%

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

#3A218D (or 0x3A218D) is known color: Persian Indigo. HEX triplet: 3A, 21 and 8D. RGB value is (58,33,141). Sum of RGB (Red+Green+Blue) = 58+33+141=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A218D is #C5DE72. Grayscale: #343434. Windows color (decimal): -12967539 or 9249082. OLE color: 9249082.

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

Color convert

RGB 58 33 141 -
CMYK 0.59 0.77 0 0.45
HSL 253.89º 0.62% 0.34% -
HSV(B) 253.89º 0.77% 0.55% -
XYZ 7.1 3.91 25.58 -
YUV 52.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 58 33 141 0.59 0.77 0 0.45 253.89 0.62 0.34
Hex 3A 21 8D 3B 4D 0 2D FE 3E 22
Octal 72 41 215 73 115 0 55 376 76 42
Binary 111010 100001 10001101 111011 1001101 0 101101 11111110 111110 100010

Color Harmonies of #3A218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A218D

Black with #3A218D

Text Example


Text Example

White with #3A218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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