Html Css Color HEX #3A0A72 Persian Indigo

📋 copy color: '#3A0A72'

red 58 ◦ green 10 ◦ blue 114

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

Shades of Persian Indigo #3A0A72

Tints of Persian Indigo #3A0A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.49%

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

R = 31.87%
G = 5.49%
B = 62.64%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A0A72 (or 0x3A0A72) is known color: Persian Indigo. HEX triplet: 3A, 0A and 72. RGB value is (58,10,114). Sum of RGB (Red+Green+Blue) = 58+10+114=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A0A72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A72 is #C5F58D. Grayscale: #232323. Windows color (decimal): -12973454 or 7473722. OLE color: 7473722.

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

Color convert

RGB 58 10 114 -
CMYK 0.49 0.91 0 0.55
HSL 267.69º 0.84% 0.24% -
HSV(B) 267.69º 0.91% 0.45% -
XYZ 4.89 2.33 16.11 -
YUV 36.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 58 10 114 0.49 0.91 0 0.55 267.69 0.84 0.24
Hex 3A A 72 31 5B 0 37 10C 54 18
Octal 72 12 162 61 133 0 67 414 124 30
Binary 111010 1010 1110010 110001 1011011 0 110111 100001100 1010100 11000

Color Harmonies of #3A0A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0A72

Black with #3A0A72

Text Example


Text Example

White with #3A0A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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