Html Css Color HEX #3A057B Persian Indigo

📋 copy color: '#3A057B'

red 58 ◦ green 5 ◦ blue 123

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

Shades of Persian Indigo #3A057B

Tints of Persian Indigo #3A057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 66.13%

R = 31.18%
G = 2.69%
B = 66.13%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A057B (or 0x3A057B) is known color: Persian Indigo. HEX triplet: 3A, 05 and 7B. RGB value is (58,5,123). Sum of RGB (Red+Green+Blue) = 58+5+123=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A057B is #C5FA84. Grayscale: #212121. Windows color (decimal): -12974725 or 8062266. OLE color: 8062266.

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

Color convert

RGB 58 5 123 -
CMYK 0.53 0.96 0 0.52
HSL 266.95º 0.92% 0.25% -
HSV(B) 266.95º 0.96% 0.48% -
XYZ 5.37 2.44 18.93 -
YUV 34.3 178.06 144.91 -
System Red Green Blue C M Y K H S L
Decimal 58 5 123 0.53 0.96 0 0.52 266.95 0.92 0.25
Hex 3A 5 7B 35 60 0 34 10B 5C 19
Octal 72 5 173 65 140 0 64 413 134 31
Binary 111010 101 1111011 110101 1100000 0 110100 100001011 1011100 11001

Color Harmonies of #3A057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A057B

Black with #3A057B

Text Example


Text Example

White with #3A057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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