Html Css Color HEX #3C1395 Persian Indigo

📋 copy color: '#3C1395'

red 60 ◦ green 19 ◦ blue 149

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

Shades of Persian Indigo #3C1395

Tints of Persian Indigo #3C1395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

 BLUE value IS 149 (58.59% from 255) = 65.35%

R = 26.32%
G = 8.33%
B = 65.35%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C1395 (or 0x3C1395) is known color: Persian Indigo. HEX triplet: 3C, 13 and 95. RGB value is (60,19,149). Sum of RGB (Red+Green+Blue) = 60+19+149=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C1395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1395 is #C3EC6A. Grayscale: #2D2D2D. Windows color (decimal): -12840043 or 9769788. OLE color: 9769788.

HSL color Cylindrical-coordinate representation of color #3C1395: hue angle of 258.92º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1395 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 19 149 -
CMYK 0.60 0.87 0 0.42
HSL 258.92º 0.77% 0.33% -
HSV(B) 258.92º 0.87% 0.58% -
XYZ 7.52 3.6 28.73 -
YUV 46.08 186.08 137.93 -
System Red Green Blue C M Y K H S L
Decimal 60 19 149 0.60 0.87 0 0.42 258.92 0.77 0.33
Hex 3C 13 95 3C 57 0 2A 103 4D 21
Octal 74 23 225 74 127 0 52 403 115 41
Binary 111100 10011 10010101 111100 1010111 0 101010 100000011 1001101 100001

Color Harmonies of #3C1395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1395

Black with #3C1395

Text Example


Text Example

White with #3C1395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,19,149); }

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

background-color css

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

 a { background-color: rgb(60,19,149); }

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

border-color css

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

 span { border-color: rgb(60,19,149); }

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