Html Css Color HEX #3C168A Persian Indigo

📋 copy color: '#3C168A'

red 60 ◦ green 22 ◦ blue 138

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

Shades of Persian Indigo #3C168A

Tints of Persian Indigo #3C168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 62.73%

R = 27.27%
G = 10%
B = 62.73%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C168A (or 0x3C168A) is known color: Persian Indigo. HEX triplet: 3C, 16 and 8A. RGB value is (60,22,138). Sum of RGB (Red+Green+Blue) = 60+22+138=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C168A is #C3E975. Grayscale: #2E2E2E. Windows color (decimal): -12839286 or 9049660. OLE color: 9049660.

HSL color Cylindrical-coordinate representation of color #3C168A: hue angle of 259.66º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C168A is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 22 138 -
CMYK 0.57 0.84 0 0.46
HSL 259.66º 0.73% 0.31% -
HSV(B) 259.66º 0.84% 0.54% -
XYZ 6.74 3.37 24.34 -
YUV 46.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 60 22 138 0.57 0.84 0 0.46 259.66 0.73 0.31
Hex 3C 16 8A 39 54 0 2E 104 48 1F
Octal 74 26 212 71 124 0 56 404 110 37
Binary 111100 10110 10001010 111001 1010100 0 101110 100000100 1001000 11111

Color Harmonies of #3C168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C168A

Black with #3C168A

Text Example


Text Example

White with #3C168A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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