Html Css Color HEX #3A187C Persian Indigo

📋 copy color: '#3A187C'

red 58 ◦ green 24 ◦ blue 124

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

Shades of Persian Indigo #3A187C

Tints of Persian Indigo #3A187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

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

R = 28.16%
G = 11.65%
B = 60.19%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A187C (or 0x3A187C) is known color: Persian Indigo. HEX triplet: 3A, 18 and 7C. RGB value is (58,24,124). Sum of RGB (Red+Green+Blue) = 58+24+124=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A187C is #C5E783. Grayscale: #2D2D2D. Windows color (decimal): -12969860 or 8132666. OLE color: 8132666.

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

Color convert

RGB 58 24 124 -
CMYK 0.53 0.81 0 0.51
HSL 260.4º 0.68% 0.29% -
HSV(B) 260.4º 0.81% 0.49% -
XYZ 5.71 3.01 19.35 -
YUV 45.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 58 24 124 0.53 0.81 0 0.51 260.4 0.68 0.29
Hex 3A 18 7C 35 51 0 33 104 44 1D
Octal 72 30 174 65 121 0 63 404 104 35
Binary 111010 11000 1111100 110101 1010001 0 110011 100000100 1000100 11101

Color Harmonies of #3A187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A187C

Black with #3A187C

Text Example


Text Example

White with #3A187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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