Html Css Color HEX #3A057D Persian Indigo

📋 copy color: '#3A057D'

red 58 ◦ green 5 ◦ blue 125

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

Shades of Persian Indigo #3A057D

Tints of Persian Indigo #3A057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.49%

R = 30.85%
G = 2.66%
B = 66.49%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A057D (or 0x3A057D) is known color: Persian Indigo. HEX triplet: 3A, 05 and 7D. RGB value is (58,5,125). Sum of RGB (Red+Green+Blue) = 58+5+125=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A057D is #C5FA82. Grayscale: #222222. Windows color (decimal): -12974723 or 8193338. OLE color: 8193338.

HSL color Cylindrical-coordinate representation of color #3A057D: hue angle of 266.5º 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 #3A057D is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 5 125 -
CMYK 0.54 0.96 0 0.51
HSL 266.5º 0.92% 0.25% -
HSV(B) 266.5º 0.96% 0.49% -
XYZ 5.5 2.49 19.59 -
YUV 34.53 179.06 144.74 -
System Red Green Blue C M Y K H S L
Decimal 58 5 125 0.54 0.96 0 0.51 266.5 0.92 0.25
Hex 3A 5 7D 36 60 0 33 10A 5C 19
Octal 72 5 175 66 140 0 63 412 134 31
Binary 111010 101 1111101 110110 1100000 0 110011 100001010 1011100 11001

Color Harmonies of #3A057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A057D

Black with #3A057D

Text Example


Text Example

White with #3A057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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