Html Css Color HEX #3C1794 Persian Indigo

📋 copy color: '#3C1794'

red 60 ◦ green 23 ◦ blue 148

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

Shades of Persian Indigo #3C1794

Tints of Persian Indigo #3C1794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.96%

 BLUE value IS 148 (58.2% from 255) = 64.07%

R = 25.97%
G = 9.96%
B = 64.07%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C1794 (or 0x3C1794) is known color: Persian Indigo. HEX triplet: 3C, 17 and 94. RGB value is (60,23,148). Sum of RGB (Red+Green+Blue) = 60+23+148=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C1794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1794 is #C3E86B. Grayscale: #2F2F2F. Windows color (decimal): -12839020 or 9705276. OLE color: 9705276.

HSL color Cylindrical-coordinate representation of color #3C1794: hue angle of 257.76º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1794 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 23 148 -
CMYK 0.59 0.84 0 0.42
HSL 257.76º 0.73% 0.34% -
HSV(B) 257.76º 0.84% 0.58% -
XYZ 7.52 3.71 28.34 -
YUV 48.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 60 23 148 0.59 0.84 0 0.42 257.76 0.73 0.34
Hex 3C 17 94 3B 54 0 2A 102 49 22
Octal 74 27 224 73 124 0 52 402 111 42
Binary 111100 10111 10010100 111011 1010100 0 101010 100000010 1001001 100010

Color Harmonies of #3C1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1794

Black with #3C1794

Text Example


Text Example

White with #3C1794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,23,148); }

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

background-color css

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

 a { background-color: rgb(60,23,148); }

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

border-color css

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

 span { border-color: rgb(60,23,148); }

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