Html Css Color HEX #3D198C Persian Indigo

📋 copy color: '#3D198C'

red 61 ◦ green 25 ◦ blue 140

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

Shades of Persian Indigo #3D198C

Tints of Persian Indigo #3D198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

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

R = 26.99%
G = 11.06%
B = 61.95%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D198C (or 0x3D198C) is known color: Persian Indigo. HEX triplet: 3D, 19 and 8C. RGB value is (61,25,140). Sum of RGB (Red+Green+Blue) = 61+25+140=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D198C is #C2E673. Grayscale: #303030. Windows color (decimal): -12772980 or 9181501. OLE color: 9181501.

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

Color convert

RGB 61 25 140 -
CMYK 0.56 0.82 0 0.45
HSL 258.78º 0.7% 0.32% -
HSV(B) 258.78º 0.82% 0.55% -
XYZ 7.01 3.58 25.13 -
YUV 48.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 61 25 140 0.56 0.82 0 0.45 258.78 0.7 0.32
Hex 3D 19 8C 38 52 0 2D 103 46 20
Octal 75 31 214 70 122 0 55 403 106 40
Binary 111101 11001 10001100 111000 1010010 0 101101 100000011 1000110 100000

Color Harmonies of #3D198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D198C

Black with #3D198C

Text Example


Text Example

White with #3D198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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