Html Css Color HEX #3C1598 Persian Indigo

📋 copy color: '#3C1598'

red 60 ◦ green 21 ◦ blue 152

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

Shades of Persian Indigo #3C1598

Tints of Persian Indigo #3C1598

RGB

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

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

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

R = 25.75%
G = 9.01%
B = 65.24%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3C1598 (or 0x3C1598) is known color: Persian Indigo. HEX triplet: 3C, 15 and 98. RGB value is (60,21,152). Sum of RGB (Red+Green+Blue) = 60+21+152=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C1598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1598 is #C3EA67. Grayscale: #2F2F2F. Windows color (decimal): -12839528 or 9966908. OLE color: 9966908.

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

Color convert

RGB 60 21 152 -
CMYK 0.61 0.86 0 0.40
HSL 257.86º 0.76% 0.34% -
HSV(B) 257.86º 0.86% 0.6% -
XYZ 7.8 3.76 30.02 -
YUV 47.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 60 21 152 0.61 0.86 0 0.40 257.86 0.76 0.34
Hex 3C 15 98 3D 56 0 28 102 4C 22
Octal 74 25 230 75 126 0 50 402 114 42
Binary 111100 10101 10011000 111101 1010110 0 101000 100000010 1001100 100010

Color Harmonies of #3C1598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1598

Black with #3C1598

Text Example


Text Example

White with #3C1598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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