Html Css Color HEX #3C167C Persian Indigo

📋 copy color: '#3C167C'

red 60 ◦ green 22 ◦ blue 124

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

Shades of Persian Indigo #3C167C

Tints of Persian Indigo #3C167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.19%

R = 29.13%
G = 10.68%
B = 60.19%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C167C (or 0x3C167C) is known color: Persian Indigo. HEX triplet: 3C, 16 and 7C. RGB value is (60,22,124). Sum of RGB (Red+Green+Blue) = 60+22+124=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C167C is #C3E983. Grayscale: #2C2C2C. Windows color (decimal): -12839300 or 8132156. OLE color: 8132156.

HSL color Cylindrical-coordinate representation of color #3C167C: hue angle of 262.35º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C167C is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 22 124 -
CMYK 0.52 0.82 0 0.51
HSL 262.35º 0.7% 0.29% -
HSV(B) 262.35º 0.82% 0.49% -
XYZ 5.79 2.99 19.34 -
YUV 44.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 60 22 124 0.52 0.82 0 0.51 262.35 0.7 0.29
Hex 3C 16 7C 34 52 0 33 106 46 1D
Octal 74 26 174 64 122 0 63 406 106 35
Binary 111100 10110 1111100 110100 1010010 0 110011 100000110 1000110 11101

Color Harmonies of #3C167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C167C

Black with #3C167C

Text Example


Text Example

White with #3C167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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