Html Css Color HEX #3A218F Persian Indigo

📋 copy color: '#3A218F'

red 58 ◦ green 33 ◦ blue 143

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

Shades of Persian Indigo #3A218F

Tints of Persian Indigo #3A218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.11%

R = 24.79%
G = 14.1%
B = 61.11%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A218F (or 0x3A218F) is known color: Persian Indigo. HEX triplet: 3A, 21 and 8F. RGB value is (58,33,143). Sum of RGB (Red+Green+Blue) = 58+33+143=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A218F is #C5DE70. Grayscale: #343434. Windows color (decimal): -12967537 or 9380154. OLE color: 9380154.

HSL color Cylindrical-coordinate representation of color #3A218F: hue angle of 253.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A218F is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 33 143 -
CMYK 0.59 0.77 0 0.44
HSL 253.64º 0.63% 0.35% -
HSV(B) 253.64º 0.77% 0.56% -
XYZ 7.25 3.97 26.37 -
YUV 53.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 58 33 143 0.59 0.77 0 0.44 253.64 0.63 0.35
Hex 3A 21 8F 3B 4D 0 2C FE 3E 23
Octal 72 41 217 73 115 0 54 376 76 43
Binary 111010 100001 10001111 111011 1001101 0 101100 11111110 111110 100011

Color Harmonies of #3A218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A218F

Black with #3A218F

Text Example


Text Example

White with #3A218F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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