Html Css Color HEX #3A1675 Persian Indigo

📋 copy color: '#3A1675'

red 58 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #3A1675

Tints of Persian Indigo #3A1675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.17%

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

R = 29.44%
G = 11.17%
B = 59.39%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A1675 (or 0x3A1675) is known color: Persian Indigo. HEX triplet: 3A, 16 and 75. RGB value is (58,22,117). Sum of RGB (Red+Green+Blue) = 58+22+117=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A1675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1675 is #C5E98A. Grayscale: #2B2B2B. Windows color (decimal): -12970379 or 7673402. OLE color: 7673402.

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

Color convert

RGB 58 22 117 -
CMYK 0.50 0.81 0 0.54
HSL 262.74º 0.68% 0.27% -
HSV(B) 262.74º 0.81% 0.46% -
XYZ 5.24 2.76 17.09 -
YUV 43.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 58 22 117 0.50 0.81 0 0.54 262.74 0.68 0.27
Hex 3A 16 75 32 51 0 36 107 44 1B
Octal 72 26 165 62 121 0 66 407 104 33
Binary 111010 10110 1110101 110010 1010001 0 110110 100000111 1000100 11011

Color Harmonies of #3A1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1675

Black with #3A1675

Text Example


Text Example

White with #3A1675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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