Html Css Color HEX #3D108C Persian Indigo

📋 copy color: '#3D108C'

red 61 ◦ green 16 ◦ blue 140

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

Shades of Persian Indigo #3D108C

Tints of Persian Indigo #3D108C

RGB

 RED value IS 61 (24.22% from 255) = 28.11%

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

 BLUE value IS 140 (55.08% from 255) = 64.52%

R = 28.11%
G = 7.37%
B = 64.52%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D108C (or 0x3D108C) is known color: Persian Indigo. HEX triplet: 3D, 10 and 8C. RGB value is (61,16,140). Sum of RGB (Red+Green+Blue) = 61+16+140=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D108C is #C2EF73. Grayscale: #2B2B2B. Windows color (decimal): -12775284 or 9179197. OLE color: 9179197.

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

Color convert

RGB 61 16 140 -
CMYK 0.56 0.89 0 0.45
HSL 261.77º 0.79% 0.31% -
HSV(B) 261.77º 0.89% 0.55% -
XYZ 6.84 3.26 25.08 -
YUV 43.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 61 16 140 0.56 0.89 0 0.45 261.77 0.79 0.31
Hex 3D 10 8C 38 59 0 2D 106 4F 1F
Octal 75 20 214 70 131 0 55 406 117 37
Binary 111101 10000 10001100 111000 1011001 0 101101 100000110 1001111 11111

Color Harmonies of #3D108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D108C

Black with #3D108C

Text Example


Text Example

White with #3D108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,16,140); }

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

background-color css

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

 a { background-color: rgb(61,16,140); }

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

border-color css

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

 span { border-color: rgb(61,16,140); }

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