Html Css Color HEX #3A1375 Persian Indigo

📋 copy color: '#3A1375'

red 58 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #3A1375

Tints of Persian Indigo #3A1375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60.31%

R = 29.9%
G = 9.79%
B = 60.31%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A1375 (or 0x3A1375) is known color: Persian Indigo. HEX triplet: 3A, 13 and 75. RGB value is (58,19,117). Sum of RGB (Red+Green+Blue) = 58+19+117=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A1375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1375 is #C5EC8A. Grayscale: #292929. Windows color (decimal): -12971147 or 7672634. OLE color: 7672634.

HSL color Cylindrical-coordinate representation of color #3A1375: hue angle of 263.88º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1375 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 19 117 -
CMYK 0.50 0.84 0 0.54
HSL 263.88º 0.72% 0.27% -
HSV(B) 263.88º 0.84% 0.46% -
XYZ 5.19 2.65 17.07 -
YUV 41.83 170.42 139.53 -
System Red Green Blue C M Y K H S L
Decimal 58 19 117 0.50 0.84 0 0.54 263.88 0.72 0.27
Hex 3A 13 75 32 54 0 36 108 48 1B
Octal 72 23 165 62 124 0 66 410 110 33
Binary 111010 10011 1110101 110010 1010100 0 110110 100001000 1001000 11011

Color Harmonies of #3A1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1375

Black with #3A1375

Text Example


Text Example

White with #3A1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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