Html Css Color HEX #3A1072 Persian Indigo

📋 copy color: '#3A1072'

red 58 ◦ green 16 ◦ blue 114

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

Shades of Persian Indigo #3A1072

Tints of Persian Indigo #3A1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

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

R = 30.85%
G = 8.51%
B = 60.64%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A1072 (or 0x3A1072) is known color: Persian Indigo. HEX triplet: 3A, 10 and 72. RGB value is (58,16,114). Sum of RGB (Red+Green+Blue) = 58+16+114=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A1072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1072 is #C5EF8D. Grayscale: #272727. Windows color (decimal): -12971918 or 7475258. OLE color: 7475258.

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

Color convert

RGB 58 16 114 -
CMYK 0.49 0.86 0 0.55
HSL 265.71º 0.75% 0.25% -
HSV(B) 265.71º 0.86% 0.45% -
XYZ 4.97 2.49 16.14 -
YUV 39.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 58 16 114 0.49 0.86 0 0.55 265.71 0.75 0.25
Hex 3A 10 72 31 56 0 37 10A 4B 19
Octal 72 20 162 61 126 0 67 412 113 31
Binary 111010 10000 1110010 110001 1010110 0 110111 100001010 1001011 11001

Color Harmonies of #3A1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1072

Black with #3A1072

Text Example


Text Example

White with #3A1072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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