Html Css Color HEX #3A0D92 Persian Indigo

📋 copy color: '#3A0D92'

red 58 ◦ green 13 ◦ blue 146

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

Shades of Persian Indigo #3A0D92

Tints of Persian Indigo #3A0D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.99%

 BLUE value IS 146 (57.42% from 255) = 67.28%

R = 26.73%
G = 5.99%
B = 67.28%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A0D92 (or 0x3A0D92) is known color: Persian Indigo. HEX triplet: 3A, 0D and 92. RGB value is (58,13,146). Sum of RGB (Red+Green+Blue) = 58+13+146=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A0D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0D92 is #C5F26D. Grayscale: #292929. Windows color (decimal): -12972654 or 9571642. OLE color: 9571642.

HSL color Cylindrical-coordinate representation of color #3A0D92: hue angle of 260.3º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0D92 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 13 146 -
CMYK 0.60 0.91 0 0.43
HSL 260.3º 0.84% 0.31% -
HSV(B) 260.3º 0.91% 0.57% -
XYZ 7.08 3.26 27.45 -
YUV 41.62 186.91 139.69 -
System Red Green Blue C M Y K H S L
Decimal 58 13 146 0.60 0.91 0 0.43 260.3 0.84 0.31
Hex 3A D 92 3C 5B 0 2B 104 54 1F
Octal 72 15 222 74 133 0 53 404 124 37
Binary 111010 1101 10010010 111100 1011011 0 101011 100000100 1010100 11111

Color Harmonies of #3A0D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0D92

Black with #3A0D92

Text Example


Text Example

White with #3A0D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,13,146); }

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

background-color css

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

 a { background-color: rgb(58,13,146); }

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

border-color css

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

 span { border-color: rgb(58,13,146); }

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