Html Css Color HEX #3C108A Persian Indigo

📋 copy color: '#3C108A'

red 60 ◦ green 16 ◦ blue 138

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

Shades of Persian Indigo #3C108A

Tints of Persian Indigo #3C108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

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

R = 28.04%
G = 7.48%
B = 64.49%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C108A (or 0x3C108A) is known color: Persian Indigo. HEX triplet: 3C, 10 and 8A. RGB value is (60,16,138). Sum of RGB (Red+Green+Blue) = 60+16+138=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C108A is #C3EF75. Grayscale: #2A2A2A. Windows color (decimal): -12840822 or 9048124. OLE color: 9048124.

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

Color convert

RGB 60 16 138 -
CMYK 0.57 0.88 0 0.46
HSL 261.64º 0.79% 0.3% -
HSV(B) 261.64º 0.88% 0.54% -
XYZ 6.64 3.17 24.31 -
YUV 43.06 181.58 140.08 -
System Red Green Blue C M Y K H S L
Decimal 60 16 138 0.57 0.88 0 0.46 261.64 0.79 0.3
Hex 3C 10 8A 39 58 0 2E 106 4F 1E
Octal 74 20 212 71 130 0 56 406 117 36
Binary 111100 10000 10001010 111001 1011000 0 101110 100000110 1001111 11110

Color Harmonies of #3C108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C108A

Black with #3C108A

Text Example


Text Example

White with #3C108A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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