Html Css Color HEX #3A1088 Persian Indigo

📋 copy color: '#3A1088'

red 58 ◦ green 16 ◦ blue 136

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

Shades of Persian Indigo #3A1088

Tints of Persian Indigo #3A1088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 136 (53.52% from 255) = 64.76%

R = 27.62%
G = 7.62%
B = 64.76%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A1088 (or 0x3A1088) is known color: Persian Indigo. HEX triplet: 3A, 10 and 88. RGB value is (58,16,136). Sum of RGB (Red+Green+Blue) = 58+16+136=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A1088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1088 is #C5EF77. Grayscale: #292929. Windows color (decimal): -12971896 or 8917050. OLE color: 8917050.

HSL color Cylindrical-coordinate representation of color #3A1088: hue angle of 261º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1088 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 16 136 -
CMYK 0.57 0.88 0 0.47
HSL 261º 0.79% 0.3% -
HSV(B) 261º 0.88% 0.53% -
XYZ 6.37 3.05 23.54 -
YUV 42.24 180.91 139.24 -
System Red Green Blue C M Y K H S L
Decimal 58 16 136 0.57 0.88 0 0.47 261 0.79 0.3
Hex 3A 10 88 39 58 0 2F 105 4F 1E
Octal 72 20 210 71 130 0 57 405 117 36
Binary 111010 10000 10001000 111001 1011000 0 101111 100000101 1001111 11110

Color Harmonies of #3A1088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1088

Black with #3A1088

Text Example


Text Example

White with #3A1088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,16,136); }

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

background-color css

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

 a { background-color: rgb(58,16,136); }

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

border-color css

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

 span { border-color: rgb(58,16,136); }

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