Html Css Color HEX #3C1998 Persian Indigo

📋 copy color: '#3C1998'

red 60 ◦ green 25 ◦ blue 152

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

Shades of Persian Indigo #3C1998

Tints of Persian Indigo #3C1998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.55%

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

R = 25.32%
G = 10.55%
B = 64.14%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3C1998 (or 0x3C1998) is known color: Persian Indigo. HEX triplet: 3C, 19 and 98. RGB value is (60,25,152). Sum of RGB (Red+Green+Blue) = 60+25+152=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C1998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1998 is #C3E667. Grayscale: #313131. Windows color (decimal): -12838504 or 9967932. OLE color: 9967932.

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

Color convert

RGB 60 25 152 -
CMYK 0.61 0.84 0 0.40
HSL 256.54º 0.72% 0.35% -
HSV(B) 256.54º 0.84% 0.6% -
XYZ 7.88 3.92 30.05 -
YUV 49.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 60 25 152 0.61 0.84 0 0.40 256.54 0.72 0.35
Hex 3C 19 98 3D 54 0 28 101 48 23
Octal 74 31 230 75 124 0 50 401 110 43
Binary 111100 11001 10011000 111101 1010100 0 101000 100000001 1001000 100011

Color Harmonies of #3C1998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1998

Black with #3C1998

Text Example


Text Example

White with #3C1998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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