Html Css Color HEX #3A0687 Persian Indigo

📋 copy color: '#3A0687'

red 58 ◦ green 6 ◦ blue 135

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

Shades of Persian Indigo #3A0687

Tints of Persian Indigo #3A0687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

 BLUE value IS 135 (53.13% from 255) = 67.84%

R = 29.15%
G = 3.02%
B = 67.84%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A0687 (or 0x3A0687) is known color: Persian Indigo. HEX triplet: 3A, 06 and 87. RGB value is (58,6,135). Sum of RGB (Red+Green+Blue) = 58+6+135=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A0687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0687 is #C5F978. Grayscale: #232323. Windows color (decimal): -12974457 or 8848954. OLE color: 8848954.

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

Color convert

RGB 58 6 135 -
CMYK 0.57 0.96 0 0.47
HSL 264.19º 0.91% 0.28% -
HSV(B) 264.19º 0.96% 0.53% -
XYZ 6.18 2.78 23.13 -
YUV 36.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 58 6 135 0.57 0.96 0 0.47 264.19 0.91 0.28
Hex 3A 6 87 39 60 0 2F 108 5B 1C
Octal 72 6 207 71 140 0 57 410 133 34
Binary 111010 110 10000111 111001 1100000 0 101111 100001000 1011011 11100

Color Harmonies of #3A0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0687

Black with #3A0687

Text Example


Text Example

White with #3A0687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,6,135); }

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

background-color css

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

 a { background-color: rgb(58,6,135); }

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

border-color css

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

 span { border-color: rgb(58,6,135); }

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