Html Css Color HEX #3C166F Persian Indigo

📋 copy color: '#3C166F'

red 60 ◦ green 22 ◦ blue 111

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

Shades of Persian Indigo #3C166F

Tints of Persian Indigo #3C166F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.51%

R = 31.09%
G = 11.4%
B = 57.51%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C166F (or 0x3C166F) is known color: Persian Indigo. HEX triplet: 3C, 16 and 6F. RGB value is (60,22,111). Sum of RGB (Red+Green+Blue) = 60+22+111=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C166F is #C3E990. Grayscale: #2B2B2B. Windows color (decimal): -12839313 or 7280188. OLE color: 7280188.

HSL color Cylindrical-coordinate representation of color #3C166F: hue angle of 265.62º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C166F is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 22 111 -
CMYK 0.46 0.80 0 0.56
HSL 265.62º 0.67% 0.26% -
HSV(B) 265.62º 0.8% 0.44% -
XYZ 5.02 2.68 15.29 -
YUV 43.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 60 22 111 0.46 0.80 0 0.56 265.62 0.67 0.26
Hex 3C 16 6F 2E 50 0 38 10A 43 1A
Octal 74 26 157 56 120 0 70 412 103 32
Binary 111100 10110 1101111 101110 1010000 0 111000 100001010 1000011 11010

Color Harmonies of #3C166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C166F

Black with #3C166F

Text Example


Text Example

White with #3C166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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