Html Css Color HEX #3C169D Persian Indigo

📋 copy color: '#3C169D'

red 60 ◦ green 22 ◦ blue 157

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

Shades of Persian Indigo #3C169D

Tints of Persian Indigo #3C169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.21%

 BLUE value IS 157 (61.72% from 255) = 65.69%

R = 25.1%
G = 9.21%
B = 65.69%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C169D (or 0x3C169D) is known color: Persian Indigo. HEX triplet: 3C, 16 and 9D. RGB value is (60,22,157). Sum of RGB (Red+Green+Blue) = 60+22+157=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C169D is #C3E962. Grayscale: #303030. Windows color (decimal): -12839267 or 10294844. OLE color: 10294844.

HSL color Cylindrical-coordinate representation of color #3C169D: hue angle of 256.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C169D is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 22 157 -
CMYK 0.62 0.86 0 0.38
HSL 256.89º 0.75% 0.35% -
HSV(B) 256.89º 0.86% 0.62% -
XYZ 8.24 3.97 32.23 -
YUV 48.75 189.09 136.02 -
System Red Green Blue C M Y K H S L
Decimal 60 22 157 0.62 0.86 0 0.38 256.89 0.75 0.35
Hex 3C 16 9D 3E 56 0 26 101 4B 23
Octal 74 26 235 76 126 0 46 401 113 43
Binary 111100 10110 10011101 111110 1010110 0 100110 100000001 1001011 100011

Color Harmonies of #3C169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C169D

Black with #3C169D

Text Example


Text Example

White with #3C169D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,22,157); }

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

background-color css

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

 a { background-color: rgb(60,22,157); }

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

border-color css

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

 span { border-color: rgb(60,22,157); }

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