Html Css Color HEX #3A138B Persian Indigo

📋 copy color: '#3A138B'

red 58 ◦ green 19 ◦ blue 139

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

Shades of Persian Indigo #3A138B

Tints of Persian Indigo #3A138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.8%

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

R = 26.85%
G = 8.8%
B = 64.35%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A138B (or 0x3A138B) is known color: Persian Indigo. HEX triplet: 3A, 13 and 8B. RGB value is (58,19,139). Sum of RGB (Red+Green+Blue) = 58+19+139=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A138B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A138B is #C5EC74. Grayscale: #2B2B2B. Windows color (decimal): -12971125 or 9114426. OLE color: 9114426.

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

Color convert

RGB 58 19 139 -
CMYK 0.58 0.86 0 0.45
HSL 259.5º 0.76% 0.31% -
HSV(B) 259.5º 0.86% 0.55% -
XYZ 6.64 3.23 24.7 -
YUV 44.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 58 19 139 0.58 0.86 0 0.45 259.5 0.76 0.31
Hex 3A 13 8B 3A 56 0 2D 104 4C 1F
Octal 72 23 213 72 126 0 55 404 114 37
Binary 111010 10011 10001011 111010 1010110 0 101101 100000100 1001100 11111

Color Harmonies of #3A138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A138B

Black with #3A138B

Text Example


Text Example

White with #3A138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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