Html Css Color HEX #3C1294 Persian Indigo

📋 copy color: '#3C1294'

red 60 ◦ green 18 ◦ blue 148

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

Shades of Persian Indigo #3C1294

Tints of Persian Indigo #3C1294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

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

R = 26.55%
G = 7.96%
B = 65.49%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C1294 (or 0x3C1294) is known color: Persian Indigo. HEX triplet: 3C, 12 and 94. RGB value is (60,18,148). Sum of RGB (Red+Green+Blue) = 60+18+148=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C1294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1294 is #C3ED6B. Grayscale: #2C2C2C. Windows color (decimal): -12840300 or 9703996. OLE color: 9703996.

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

Color convert

RGB 60 18 148 -
CMYK 0.59 0.88 0 0.42
HSL 259.38º 0.78% 0.33% -
HSV(B) 259.38º 0.88% 0.58% -
XYZ 7.43 3.53 28.31 -
YUV 45.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 60 18 148 0.59 0.88 0 0.42 259.38 0.78 0.33
Hex 3C 12 94 3B 58 0 2A 103 4E 21
Octal 74 22 224 73 130 0 52 403 116 41
Binary 111100 10010 10010100 111011 1011000 0 101010 100000011 1001110 100001

Color Harmonies of #3C1294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1294

Black with #3C1294

Text Example


Text Example

White with #3C1294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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