Html Css Color HEX #3C1790 Persian Indigo

📋 copy color: '#3C1790'

red 60 ◦ green 23 ◦ blue 144

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

Shades of Persian Indigo #3C1790

Tints of Persian Indigo #3C1790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 63.44%

R = 26.43%
G = 10.13%
B = 63.44%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C1790 (or 0x3C1790) is known color: Persian Indigo. HEX triplet: 3C, 17 and 90. RGB value is (60,23,144). Sum of RGB (Red+Green+Blue) = 60+23+144=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C1790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1790 is #C3E86F. Grayscale: #2F2F2F. Windows color (decimal): -12839024 or 9443132. OLE color: 9443132.

HSL color Cylindrical-coordinate representation of color #3C1790: hue angle of 258.35º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1790 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 23 144 -
CMYK 0.58 0.84 0 0.44
HSL 258.35º 0.72% 0.33% -
HSV(B) 258.35º 0.84% 0.56% -
XYZ 7.2 3.59 26.7 -
YUV 47.86 182.26 136.66 -
System Red Green Blue C M Y K H S L
Decimal 60 23 144 0.58 0.84 0 0.44 258.35 0.72 0.33
Hex 3C 17 90 3A 54 0 2C 102 48 21
Octal 74 27 220 72 124 0 54 402 110 41
Binary 111100 10111 10010000 111010 1010100 0 101100 100000010 1001000 100001

Color Harmonies of #3C1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1790

Black with #3C1790

Text Example


Text Example

White with #3C1790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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