Html Css Color HEX #3D166F Persian Indigo

📋 copy color: '#3D166F'

red 61 ◦ green 22 ◦ blue 111

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

Shades of Persian Indigo #3D166F

Tints of Persian Indigo #3D166F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.22%

R = 31.44%
G = 11.34%
B = 57.22%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D166F (or 0x3D166F) is known color: Persian Indigo. HEX triplet: 3D, 16 and 6F. RGB value is (61,22,111). Sum of RGB (Red+Green+Blue) = 61+22+111=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D166F is #C2E990. Grayscale: #2B2B2B. Windows color (decimal): -12773777 or 7280189. OLE color: 7280189.

HSL color Cylindrical-coordinate representation of color #3D166F: hue angle of 266.29º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D166F is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 22 111 -
CMYK 0.45 0.80 0 0.56
HSL 266.29º 0.67% 0.26% -
HSV(B) 266.29º 0.8% 0.44% -
XYZ 5.08 2.71 15.29 -
YUV 43.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 61 22 111 0.45 0.80 0 0.56 266.29 0.67 0.26
Hex 3D 16 6F 2D 50 0 38 10A 43 1A
Octal 75 26 157 55 120 0 70 412 103 32
Binary 111101 10110 1101111 101101 1010000 0 111000 100001010 1000011 11010

Color Harmonies of #3D166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D166F

Black with #3D166F

Text Example


Text Example

White with #3D166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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