Html Css Color HEX #3C159B Persian Indigo

📋 copy color: '#3C159B'

red 60 ◦ green 21 ◦ blue 155

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

Shades of Persian Indigo #3C159B

Tints of Persian Indigo #3C159B

RGB

 RED value IS 60 (23.83% from 255) = 25.42%

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 25.42%
G = 8.9%
B = 65.68%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C159B (or 0x3C159B) is known color: Persian Indigo. HEX triplet: 3C, 15 and 9B. RGB value is (60,21,155). Sum of RGB (Red+Green+Blue) = 60+21+155=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C159B is #C3EA64. Grayscale: #2F2F2F. Windows color (decimal): -12839525 or 10163516. OLE color: 10163516.

HSL color Cylindrical-coordinate representation of color #3C159B: hue angle of 257.46º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C159B is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 21 155 -
CMYK 0.61 0.86 0 0.39
HSL 257.46º 0.76% 0.35% -
HSV(B) 257.46º 0.86% 0.61% -
XYZ 8.05 3.86 31.33 -
YUV 47.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 60 21 155 0.61 0.86 0 0.39 257.46 0.76 0.35
Hex 3C 15 9B 3D 56 0 27 101 4C 23
Octal 74 25 233 75 126 0 47 401 114 43
Binary 111100 10101 10011011 111101 1010110 0 100111 100000001 1001100 100011

Color Harmonies of #3C159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C159B

Black with #3C159B

Text Example


Text Example

White with #3C159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,21,155); }

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

background-color css

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

 a { background-color: rgb(60,21,155); }

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

border-color css

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

 span { border-color: rgb(60,21,155); }

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