Html Css Color HEX #3A0785 Persian Indigo

📋 copy color: '#3A0785'

red 58 ◦ green 7 ◦ blue 133

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

Shades of Persian Indigo #3A0785

Tints of Persian Indigo #3A0785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.54%

 BLUE value IS 133 (52.34% from 255) = 67.17%

R = 29.29%
G = 3.54%
B = 67.17%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A0785 (or 0x3A0785) is known color: Persian Indigo. HEX triplet: 3A, 07 and 85. RGB value is (58,7,133). Sum of RGB (Red+Green+Blue) = 58+7+133=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A0785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0785 is #C5F87A. Grayscale: #242424. Windows color (decimal): -12974203 or 8718138. OLE color: 8718138.

HSL color Cylindrical-coordinate representation of color #3A0785: hue angle of 264.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0785 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 7 133 -
CMYK 0.56 0.95 0 0.48
HSL 264.29º 0.9% 0.27% -
HSV(B) 264.29º 0.95% 0.52% -
XYZ 6.05 2.74 22.4 -
YUV 36.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 58 7 133 0.56 0.95 0 0.48 264.29 0.9 0.27
Hex 3A 7 85 38 5F 0 30 108 5A 1B
Octal 72 7 205 70 137 0 60 410 132 33
Binary 111010 111 10000101 111000 1011111 0 110000 100001000 1011010 11011

Color Harmonies of #3A0785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0785

Black with #3A0785

Text Example


Text Example

White with #3A0785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,7,133); }

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

background-color css

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

 a { background-color: rgb(58,7,133); }

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

border-color css

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

 span { border-color: rgb(58,7,133); }

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