Html Css Color HEX #3D1692 Persian Indigo

📋 copy color: '#3D1692'

red 61 ◦ green 22 ◦ blue 146

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

Shades of Persian Indigo #3D1692

Tints of Persian Indigo #3D1692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 26.64%
G = 9.61%
B = 63.76%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3D1692 (or 0x3D1692) is known color: Persian Indigo. HEX triplet: 3D, 16 and 92. RGB value is (61,22,146). Sum of RGB (Red+Green+Blue) = 61+22+146=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D1692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1692 is #C2E96D. Grayscale: #2F2F2F. Windows color (decimal): -12773742 or 9573949. OLE color: 9573949.

HSL color Cylindrical-coordinate representation of color #3D1692: hue angle of 258.87º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D1692 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 61 22 146 -
CMYK 0.58 0.85 0 0.43
HSL 258.87º 0.74% 0.33% -
HSV(B) 258.87º 0.85% 0.57% -
XYZ 7.4 3.64 27.51 -
YUV 47.8 183.42 137.42 -
System Red Green Blue C M Y K H S L
Decimal 61 22 146 0.58 0.85 0 0.43 258.87 0.74 0.33
Hex 3D 16 92 3A 55 0 2B 103 4A 21
Octal 75 26 222 72 125 0 53 403 112 41
Binary 111101 10110 10010010 111010 1010101 0 101011 100000011 1001010 100001

Color Harmonies of #3D1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1692

Black with #3D1692

Text Example


Text Example

White with #3D1692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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