Html Css Color HEX #3C1072 Persian Indigo

📋 copy color: '#3C1072'

red 60 ◦ green 16 ◦ blue 114

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

Shades of Persian Indigo #3C1072

Tints of Persian Indigo #3C1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.42%

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

R = 31.58%
G = 8.42%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C1072 (or 0x3C1072) is known color: Persian Indigo. HEX triplet: 3C, 10 and 72. RGB value is (60,16,114). Sum of RGB (Red+Green+Blue) = 60+16+114=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C1072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1072 is #C3EF8D. Grayscale: #272727. Windows color (decimal): -12840846 or 7475260. OLE color: 7475260.

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

Color convert

RGB 60 16 114 -
CMYK 0.47 0.86 0 0.55
HSL 266.94º 0.75% 0.25% -
HSV(B) 266.94º 0.86% 0.45% -
XYZ 5.09 2.55 16.14 -
YUV 40.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 60 16 114 0.47 0.86 0 0.55 266.94 0.75 0.25
Hex 3C 10 72 2F 56 0 37 10B 4B 19
Octal 74 20 162 57 126 0 67 413 113 31
Binary 111100 10000 1110010 101111 1010110 0 110111 100001011 1001011 11001

Color Harmonies of #3C1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1072

Black with #3C1072

Text Example


Text Example

White with #3C1072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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