Html Css Color HEX #3A0872 Persian Indigo

📋 copy color: '#3A0872'

red 58 ◦ green 8 ◦ blue 114

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

Shades of Persian Indigo #3A0872

Tints of Persian Indigo #3A0872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

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

R = 32.22%
G = 4.44%
B = 63.33%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A0872 (or 0x3A0872) is known color: Persian Indigo. HEX triplet: 3A, 08 and 72. RGB value is (58,8,114). Sum of RGB (Red+Green+Blue) = 58+8+114=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A0872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0872 is #C5F78D. Grayscale: #222222. Windows color (decimal): -12973966 or 7473210. OLE color: 7473210.

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

Color convert

RGB 58 8 114 -
CMYK 0.49 0.93 0 0.55
HSL 268.3º 0.87% 0.24% -
HSV(B) 268.3º 0.93% 0.45% -
XYZ 4.87 2.29 16.1 -
YUV 35.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 58 8 114 0.49 0.93 0 0.55 268.3 0.87 0.24
Hex 3A 8 72 31 5D 0 37 10C 57 18
Octal 72 10 162 61 135 0 67 414 127 30
Binary 111010 1000 1110010 110001 1011101 0 110111 100001100 1010111 11000

Color Harmonies of #3A0872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0872

Black with #3A0872

Text Example


Text Example

White with #3A0872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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