Html Css Color HEX #3A187F Persian Indigo

📋 copy color: '#3A187F'

red 58 ◦ green 24 ◦ blue 127

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

Shades of Persian Indigo #3A187F

Tints of Persian Indigo #3A187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.77%

R = 27.75%
G = 11.48%
B = 60.77%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A187F (or 0x3A187F) is known color: Persian Indigo. HEX triplet: 3A, 18 and 7F. RGB value is (58,24,127). Sum of RGB (Red+Green+Blue) = 58+24+127=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A187F is #C5E780. Grayscale: #2D2D2D. Windows color (decimal): -12969857 or 8329274. OLE color: 8329274.

HSL color Cylindrical-coordinate representation of color #3A187F: hue angle of 259.81º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A187F is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 24 127 -
CMYK 0.54 0.81 0 0.50
HSL 259.81º 0.68% 0.3% -
HSV(B) 259.81º 0.81% 0.5% -
XYZ 5.9 3.09 20.36 -
YUV 45.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 58 24 127 0.54 0.81 0 0.50 259.81 0.68 0.3
Hex 3A 18 7F 36 51 0 32 104 44 1E
Octal 72 30 177 66 121 0 62 404 104 36
Binary 111010 11000 1111111 110110 1010001 0 110010 100000100 1000100 11110

Color Harmonies of #3A187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A187F

Black with #3A187F

Text Example


Text Example

White with #3A187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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