Html Css Color HEX #3C108B Persian Indigo

📋 copy color: '#3C108B'

red 60 ◦ green 16 ◦ blue 139

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

Shades of Persian Indigo #3C108B

Tints of Persian Indigo #3C108B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.65%

R = 27.91%
G = 7.44%
B = 64.65%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C108B (or 0x3C108B) is known color: Persian Indigo. HEX triplet: 3C, 10 and 8B. RGB value is (60,16,139). Sum of RGB (Red+Green+Blue) = 60+16+139=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C108B is #C3EF74. Grayscale: #2A2A2A. Windows color (decimal): -12840821 or 9113660. OLE color: 9113660.

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

Color convert

RGB 60 16 139 -
CMYK 0.57 0.88 0 0.45
HSL 261.46º 0.79% 0.3% -
HSV(B) 261.46º 0.88% 0.55% -
XYZ 6.71 3.2 24.69 -
YUV 43.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 60 16 139 0.57 0.88 0 0.45 261.46 0.79 0.3
Hex 3C 10 8B 39 58 0 2D 105 4F 1E
Octal 74 20 213 71 130 0 55 405 117 36
Binary 111100 10000 10001011 111001 1011000 0 101101 100000101 1001111 11110

Color Harmonies of #3C108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C108B

Black with #3C108B

Text Example


Text Example

White with #3C108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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