Html Css Color HEX #3A218C Persian Indigo

📋 copy color: '#3A218C'

red 58 ◦ green 33 ◦ blue 140

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

Shades of Persian Indigo #3A218C

Tints of Persian Indigo #3A218C

RGB

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

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

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

R = 25.11%
G = 14.29%
B = 60.61%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A218C (or 0x3A218C) is known color: Persian Indigo. HEX triplet: 3A, 21 and 8C. RGB value is (58,33,140). Sum of RGB (Red+Green+Blue) = 58+33+140=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A218C is #C5DE73. Grayscale: #343434. Windows color (decimal): -12967540 or 9183546. OLE color: 9183546.

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

Color convert

RGB 58 33 140 -
CMYK 0.59 0.76 0 0.45
HSL 254.02º 0.62% 0.34% -
HSV(B) 254.02º 0.76% 0.55% -
XYZ 7.02 3.88 25.19 -
YUV 52.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 58 33 140 0.59 0.76 0 0.45 254.02 0.62 0.34
Hex 3A 21 8C 3B 4C 0 2D FE 3E 22
Octal 72 41 214 73 114 0 55 376 76 42
Binary 111010 100001 10001100 111011 1001100 0 101101 11111110 111110 100010

Color Harmonies of #3A218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A218C

Black with #3A218C

Text Example


Text Example

White with #3A218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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