Html Css Color HEX #3A218B Persian Indigo

📋 copy color: '#3A218B'

red 58 ◦ green 33 ◦ blue 139

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

Shades of Persian Indigo #3A218B

Tints of Persian Indigo #3A218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 25.22%
G = 14.35%
B = 60.43%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A218B (or 0x3A218B) is known color: Persian Indigo. HEX triplet: 3A, 21 and 8B. RGB value is (58,33,139). Sum of RGB (Red+Green+Blue) = 58+33+139=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A218B is #C5DE74. Grayscale: #343434. Windows color (decimal): -12967541 or 9118010. OLE color: 9118010.

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

Color convert

RGB 58 33 139 -
CMYK 0.58 0.76 0 0.45
HSL 254.15º 0.62% 0.34% -
HSV(B) 254.15º 0.76% 0.55% -
XYZ 6.95 3.85 24.8 -
YUV 52.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 58 33 139 0.58 0.76 0 0.45 254.15 0.62 0.34
Hex 3A 21 8B 3A 4C 0 2D FE 3E 22
Octal 72 41 213 72 114 0 55 376 76 42
Binary 111010 100001 10001011 111010 1001100 0 101101 11111110 111110 100010

Color Harmonies of #3A218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A218B

Black with #3A218B

Text Example


Text Example

White with #3A218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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