Html Css Color HEX #3A1198 Persian Indigo

📋 copy color: '#3A1198'

red 58 ◦ green 17 ◦ blue 152

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

Shades of Persian Indigo #3A1198

Tints of Persian Indigo #3A1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 152 (59.77% from 255) = 66.96%

R = 25.55%
G = 7.49%
B = 66.96%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A1198 (or 0x3A1198) is known color: Persian Indigo. HEX triplet: 3A, 11 and 98. RGB value is (58,17,152). Sum of RGB (Red+Green+Blue) = 58+17+152=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A1198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1198 is #C5EE67. Grayscale: #2C2C2C. Windows color (decimal): -12971624 or 9965882. OLE color: 9965882.

HSL color Cylindrical-coordinate representation of color #3A1198: hue angle of 258.22º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A1198 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 17 152 -
CMYK 0.62 0.89 0 0.40
HSL 258.22º 0.8% 0.33% -
HSV(B) 258.22º 0.89% 0.6% -
XYZ 7.61 3.57 29.99 -
YUV 44.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 58 17 152 0.62 0.89 0 0.40 258.22 0.8 0.33
Hex 3A 11 98 3E 59 0 28 102 50 21
Octal 72 21 230 76 131 0 50 402 120 41
Binary 111010 10001 10011000 111110 1011001 0 101000 100000010 1010000 100001

Color Harmonies of #3A1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1198

Black with #3A1198

Text Example


Text Example

White with #3A1198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,17,152); }

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

background-color css

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

 a { background-color: rgb(58,17,152); }

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

border-color css

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

 span { border-color: rgb(58,17,152); }

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