Html Css Color HEX #3C1898 Persian Indigo

📋 copy color: '#3C1898'

red 60 ◦ green 24 ◦ blue 152

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

Shades of Persian Indigo #3C1898

Tints of Persian Indigo #3C1898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

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

R = 25.42%
G = 10.17%
B = 64.41%

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

#3C1898 (or 0x3C1898) is known color: Persian Indigo. HEX triplet: 3C, 18 and 98. RGB value is (60,24,152). Sum of RGB (Red+Green+Blue) = 60+24+152=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C1898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1898 is #C3E767. Grayscale: #303030. Windows color (decimal): -12838760 or 9967676. OLE color: 9967676.

HSL color Cylindrical-coordinate representation of color #3C1898: hue angle of 256.88º degrees, saturation: 0.73, 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 #3C1898 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 60 24 152 -
CMYK 0.61 0.84 0 0.40
HSL 256.88º 0.73% 0.35% -
HSV(B) 256.88º 0.84% 0.6% -
XYZ 7.86 3.88 30.04 -
YUV 49.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 60 24 152 0.61 0.84 0 0.40 256.88 0.73 0.35
Hex 3C 18 98 3D 54 0 28 101 49 23
Octal 74 30 230 75 124 0 50 401 111 43
Binary 111100 11000 10011000 111101 1010100 0 101000 100000001 1001001 100011

Color Harmonies of #3C1898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1898

Black with #3C1898

Text Example


Text Example

White with #3C1898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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