Html Css Color HEX #3A1C72 Persian Indigo

📋 copy color: '#3A1C72'

red 58 ◦ green 28 ◦ blue 114

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

Shades of Persian Indigo #3A1C72

Tints of Persian Indigo #3A1C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14%

 BLUE value IS 114 (44.92% from 255) = 57%

R = 29%
G = 14%
B = 57%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A1C72 (or 0x3A1C72) is known color: Persian Indigo. HEX triplet: 3A, 1C and 72. RGB value is (58,28,114). Sum of RGB (Red+Green+Blue) = 58+28+114=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A1C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1C72 is #C5E38D. Grayscale: #2E2E2E. Windows color (decimal): -12968846 or 7478330. OLE color: 7478330.

HSL color Cylindrical-coordinate representation of color #3A1C72: hue angle of 260.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1C72 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 28 114 -
CMYK 0.49 0.75 0 0.55
HSL 260.93º 0.61% 0.28% -
HSV(B) 260.93º 0.75% 0.45% -
XYZ 5.2 2.94 16.21 -
YUV 46.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 58 28 114 0.49 0.75 0 0.55 260.93 0.61 0.28
Hex 3A 1C 72 31 4B 0 37 105 3D 1C
Octal 72 34 162 61 113 0 67 405 75 34
Binary 111010 11100 1110010 110001 1001011 0 110111 100000101 111101 11100

Color Harmonies of #3A1C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1C72

Black with #3A1C72

Text Example


Text Example

White with #3A1C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,28,114); }

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

background-color css

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

 a { background-color: rgb(58,28,114); }

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

border-color css

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

 span { border-color: rgb(58,28,114); }

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