Html Css Color HEX #3A0A75 Persian Indigo

📋 copy color: '#3A0A75'

red 58 ◦ green 10 ◦ blue 117

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

Shades of Persian Indigo #3A0A75

Tints of Persian Indigo #3A0A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.24%

R = 31.35%
G = 5.41%
B = 63.24%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A0A75 (or 0x3A0A75) is known color: Persian Indigo. HEX triplet: 3A, 0A and 75. RGB value is (58,10,117). Sum of RGB (Red+Green+Blue) = 58+10+117=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A0A75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A75 is #C5F58A. Grayscale: #242424. Windows color (decimal): -12973451 or 7670330. OLE color: 7670330.

HSL color Cylindrical-coordinate representation of color #3A0A75: hue angle of 266.92º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0A75 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 10 117 -
CMYK 0.50 0.91 0 0.54
HSL 266.92º 0.84% 0.25% -
HSV(B) 266.92º 0.91% 0.46% -
XYZ 5.06 2.4 17.03 -
YUV 36.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 58 10 117 0.50 0.91 0 0.54 266.92 0.84 0.25
Hex 3A A 75 32 5B 0 36 10B 54 19
Octal 72 12 165 62 133 0 66 413 124 31
Binary 111010 1010 1110101 110010 1011011 0 110110 100001011 1010100 11001

Color Harmonies of #3A0A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0A75

Black with #3A0A75

Text Example


Text Example

White with #3A0A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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