Html Css Color HEX #3C1272 Persian Indigo

📋 copy color: '#3C1272'

red 60 ◦ green 18 ◦ blue 114

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

Shades of Persian Indigo #3C1272

Tints of Persian Indigo #3C1272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 59.38%

R = 31.25%
G = 9.38%
B = 59.38%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C1272 (or 0x3C1272) is known color: Persian Indigo. HEX triplet: 3C, 12 and 72. RGB value is (60,18,114). Sum of RGB (Red+Green+Blue) = 60+18+114=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C1272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1272 is #C3ED8D. Grayscale: #292929. Windows color (decimal): -12840334 or 7475772. OLE color: 7475772.

HSL color Cylindrical-coordinate representation of color #3C1272: hue angle of 266.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1272 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 18 114 -
CMYK 0.47 0.84 0 0.55
HSL 266.25º 0.73% 0.26% -
HSV(B) 266.25º 0.84% 0.45% -
XYZ 5.12 2.61 16.15 -
YUV 41.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 60 18 114 0.47 0.84 0 0.55 266.25 0.73 0.26
Hex 3C 12 72 2F 54 0 37 10A 49 1A
Octal 74 22 162 57 124 0 67 412 111 32
Binary 111100 10010 1110010 101111 1010100 0 110111 100001010 1001001 11010

Color Harmonies of #3C1272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1272

Black with #3C1272

Text Example


Text Example

White with #3C1272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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