Html Css Color HEX #3A1678 Persian Indigo

📋 copy color: '#3A1678'

red 58 ◦ green 22 ◦ blue 120

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

Shades of Persian Indigo #3A1678

Tints of Persian Indigo #3A1678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 60%

R = 29%
G = 11%
B = 60%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A1678 (or 0x3A1678) is known color: Persian Indigo. HEX triplet: 3A, 16 and 78. RGB value is (58,22,120). Sum of RGB (Red+Green+Blue) = 58+22+120=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A1678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1678 is #C5E987. Grayscale: #2B2B2B. Windows color (decimal): -12970376 or 7870010. OLE color: 7870010.

HSL color Cylindrical-coordinate representation of color #3A1678: hue angle of 262.04º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A1678 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 22 120 -
CMYK 0.52 0.82 0 0.53
HSL 262.04º 0.69% 0.28% -
HSV(B) 262.04º 0.82% 0.47% -
XYZ 5.42 2.83 18.03 -
YUV 43.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 58 22 120 0.52 0.82 0 0.53 262.04 0.69 0.28
Hex 3A 16 78 34 52 0 35 106 45 1C
Octal 72 26 170 64 122 0 65 406 105 34
Binary 111010 10110 1111000 110100 1010010 0 110101 100000110 1000101 11100

Color Harmonies of #3A1678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1678

Black with #3A1678

Text Example


Text Example

White with #3A1678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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