Html Css Color HEX #3A228E Persian Indigo

📋 copy color: '#3A228E'

red 58 ◦ green 34 ◦ blue 142

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

Shades of Persian Indigo #3A228E

Tints of Persian Indigo #3A228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

 BLUE value IS 142 (55.86% from 255) = 60.68%

R = 24.79%
G = 14.53%
B = 60.68%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A228E (or 0x3A228E) is known color: Persian Indigo. HEX triplet: 3A, 22 and 8E. RGB value is (58,34,142). Sum of RGB (Red+Green+Blue) = 58+34+142=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A228E is #C5DD71. Grayscale: #353535. Windows color (decimal): -12967282 or 9314874. OLE color: 9314874.

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

Color convert

RGB 58 34 142 -
CMYK 0.59 0.76 0 0.44
HSL 253.33º 0.61% 0.35% -
HSV(B) 253.33º 0.76% 0.56% -
XYZ 7.2 4 25.98 -
YUV 53.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 58 34 142 0.59 0.76 0 0.44 253.33 0.61 0.35
Hex 3A 22 8E 3B 4C 0 2C FD 3D 23
Octal 72 42 216 73 114 0 54 375 75 43
Binary 111010 100010 10001110 111011 1001100 0 101100 11111101 111101 100011

Color Harmonies of #3A228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A228E

Black with #3A228E

Text Example


Text Example

White with #3A228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,34,142); }

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

background-color css

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

 a { background-color: rgb(58,34,142); }

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

border-color css

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

 span { border-color: rgb(58,34,142); }

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