Html Css Color HEX #3A188B Persian Indigo

📋 copy color: '#3A188B'

red 58 ◦ green 24 ◦ blue 139

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

Shades of Persian Indigo #3A188B

Tints of Persian Indigo #3A188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 26.24%
G = 10.86%
B = 62.9%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A188B (or 0x3A188B) is known color: Persian Indigo. HEX triplet: 3A, 18 and 8B. RGB value is (58,24,139). Sum of RGB (Red+Green+Blue) = 58+24+139=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A188B is #C5E774. Grayscale: #2E2E2E. Windows color (decimal): -12969845 or 9115706. OLE color: 9115706.

HSL color Cylindrical-coordinate representation of color #3A188B: hue angle of 257.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A188B is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 24 139 -
CMYK 0.58 0.83 0 0.45
HSL 257.74º 0.71% 0.32% -
HSV(B) 257.74º 0.83% 0.55% -
XYZ 6.73 3.42 24.73 -
YUV 47.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 58 24 139 0.58 0.83 0 0.45 257.74 0.71 0.32
Hex 3A 18 8B 3A 53 0 2D 102 47 20
Octal 72 30 213 72 123 0 55 402 107 40
Binary 111010 11000 10001011 111010 1010011 0 101101 100000010 1000111 100000

Color Harmonies of #3A188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A188B

Black with #3A188B

Text Example


Text Example

White with #3A188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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