Html Css Color HEX #3A057C Persian Indigo

📋 copy color: '#3A057C'

red 58 ◦ green 5 ◦ blue 124

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

Shades of Persian Indigo #3A057C

Tints of Persian Indigo #3A057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

 BLUE value IS 124 (48.83% from 255) = 66.31%

R = 31.02%
G = 2.67%
B = 66.31%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A057C (or 0x3A057C) is known color: Persian Indigo. HEX triplet: 3A, 05 and 7C. RGB value is (58,5,124). Sum of RGB (Red+Green+Blue) = 58+5+124=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A057C is #C5FA83. Grayscale: #212121. Windows color (decimal): -12974724 or 8127802. OLE color: 8127802.

HSL color Cylindrical-coordinate representation of color #3A057C: hue angle of 266.72º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A057C is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 5 124 -
CMYK 0.53 0.96 0 0.51
HSL 266.72º 0.92% 0.25% -
HSV(B) 266.72º 0.96% 0.49% -
XYZ 5.44 2.46 19.26 -
YUV 34.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 58 5 124 0.53 0.96 0 0.51 266.72 0.92 0.25
Hex 3A 5 7C 35 60 0 33 10B 5C 19
Octal 72 5 174 65 140 0 63 413 134 31
Binary 111010 101 1111100 110101 1100000 0 110011 100001011 1011100 11001

Color Harmonies of #3A057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A057C

Black with #3A057C

Text Example


Text Example

White with #3A057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,5,124); }

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

background-color css

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

 a { background-color: rgb(58,5,124); }

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

border-color css

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

 span { border-color: rgb(58,5,124); }

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