Html Css Color HEX #3C169C Persian Indigo

📋 copy color: '#3C169C'

red 60 ◦ green 22 ◦ blue 156

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

Shades of Persian Indigo #3C169C

Tints of Persian Indigo #3C169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.55%

R = 25.21%
G = 9.24%
B = 65.55%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C169C (or 0x3C169C) is known color: Persian Indigo. HEX triplet: 3C, 16 and 9C. RGB value is (60,22,156). Sum of RGB (Red+Green+Blue) = 60+22+156=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C169C is #C3E963. Grayscale: #303030. Windows color (decimal): -12839268 or 10229308. OLE color: 10229308.

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

Color convert

RGB 60 22 156 -
CMYK 0.62 0.86 0 0.39
HSL 257.01º 0.75% 0.35% -
HSV(B) 257.01º 0.86% 0.61% -
XYZ 8.15 3.93 31.78 -
YUV 48.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 60 22 156 0.62 0.86 0 0.39 257.01 0.75 0.35
Hex 3C 16 9C 3E 56 0 27 101 4B 23
Octal 74 26 234 76 126 0 47 401 113 43
Binary 111100 10110 10011100 111110 1010110 0 100111 100000001 1001011 100011

Color Harmonies of #3C169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C169C

Black with #3C169C

Text Example


Text Example

White with #3C169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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