Html Css Color HEX #3A0874 Persian Indigo

📋 copy color: '#3A0874'

red 58 ◦ green 8 ◦ blue 116

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

Shades of Persian Indigo #3A0874

Tints of Persian Indigo #3A0874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.74%

R = 31.87%
G = 4.4%
B = 63.74%

CMYK

 C value IS 0.5

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A0874 (or 0x3A0874) is known color: Persian Indigo. HEX triplet: 3A, 08 and 74. RGB value is (58,8,116). Sum of RGB (Red+Green+Blue) = 58+8+116=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A0874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0874 is #C5F78B. Grayscale: #222222. Windows color (decimal): -12973964 or 7604282. OLE color: 7604282.

HSL color Cylindrical-coordinate representation of color #3A0874: hue angle of 267.78º 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 #3A0874 is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 8 116 -
CMYK 0.5 0.93 0 0.55
HSL 267.78º 0.87% 0.24% -
HSV(B) 267.78º 0.93% 0.45% -
XYZ 4.98 2.33 16.71 -
YUV 35.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 58 8 116 0.5 0.93 0 0.55 267.78 0.87 0.24
Hex 3A 8 74 32 5D 0 37 10C 57 18
Octal 72 10 164 62 135 0 67 414 127 30
Binary 111010 1000 1110100 110010 1011101 0 110111 100001100 1010111 11000

Color Harmonies of #3A0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0874

Black with #3A0874

Text Example


Text Example

White with #3A0874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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