Html Css Color HEX #3D169E Persian Indigo

📋 copy color: '#3D169E'

red 61 ◦ green 22 ◦ blue 158

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

Shades of Persian Indigo #3D169E

Tints of Persian Indigo #3D169E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

 BLUE value IS 158 (62.11% from 255) = 65.56%

R = 25.31%
G = 9.13%
B = 65.56%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D169E (or 0x3D169E) is known color: Persian Indigo. HEX triplet: 3D, 16 and 9E. RGB value is (61,22,158). Sum of RGB (Red+Green+Blue) = 61+22+158=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D169E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D169E is #C2E961. Grayscale: #303030. Windows color (decimal): -12773730 or 10360381. OLE color: 10360381.

HSL color Cylindrical-coordinate representation of color #3D169E: hue angle of 257.21º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D169E is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 22 158 -
CMYK 0.61 0.86 0 0.38
HSL 257.21º 0.76% 0.35% -
HSV(B) 257.21º 0.86% 0.62% -
XYZ 8.38 4.03 32.68 -
YUV 49.17 189.42 136.44 -
System Red Green Blue C M Y K H S L
Decimal 61 22 158 0.61 0.86 0 0.38 257.21 0.76 0.35
Hex 3D 16 9E 3D 56 0 26 101 4C 23
Octal 75 26 236 75 126 0 46 401 114 43
Binary 111101 10110 10011110 111101 1010110 0 100110 100000001 1001100 100011

Color Harmonies of #3D169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D169E

Black with #3D169E

Text Example


Text Example

White with #3D169E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,22,158); }

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

background-color css

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

 a { background-color: rgb(61,22,158); }

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

border-color css

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

 span { border-color: rgb(61,22,158); }

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