Html Css Color HEX #3D198B Persian Indigo

📋 copy color: '#3D198B'

red 61 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #3D198B

Tints of Persian Indigo #3D198B

RGB

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

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

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

R = 27.11%
G = 11.11%
B = 61.78%

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

#3D198B (or 0x3D198B) is known color: Persian Indigo. HEX triplet: 3D, 19 and 8B. RGB value is (61,25,139). Sum of RGB (Red+Green+Blue) = 61+25+139=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D198B is #C2E674. Grayscale: #303030. Windows color (decimal): -12772981 or 9115965. OLE color: 9115965.

HSL color Cylindrical-coordinate representation of color #3D198B: hue angle of 258.95º 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 #3D198B is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 25 139 -
CMYK 0.56 0.82 0 0.45
HSL 258.95º 0.7% 0.32% -
HSV(B) 258.95º 0.82% 0.55% -
XYZ 6.93 3.55 24.75 -
YUV 48.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 61 25 139 0.56 0.82 0 0.45 258.95 0.7 0.32
Hex 3D 19 8B 38 52 0 2D 103 46 20
Octal 75 31 213 70 122 0 55 403 106 40
Binary 111101 11001 10001011 111000 1010010 0 101101 100000011 1000110 100000

Color Harmonies of #3D198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D198B

Black with #3D198B

Text Example


Text Example

White with #3D198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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