Html Css Color HEX #3D1594 Persian Indigo

📋 copy color: '#3D1594'

red 61 ◦ green 21 ◦ blue 148

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

Shades of Persian Indigo #3D1594

Tints of Persian Indigo #3D1594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.13%

 BLUE value IS 148 (58.2% from 255) = 64.35%

R = 26.52%
G = 9.13%
B = 64.35%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3D1594 (or 0x3D1594) is known color: Persian Indigo. HEX triplet: 3D, 15 and 94. RGB value is (61,21,148). Sum of RGB (Red+Green+Blue) = 61+21+148=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D1594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1594 is #C2EA6B. Grayscale: #2E2E2E. Windows color (decimal): -12773996 or 9704765. OLE color: 9704765.

HSL color Cylindrical-coordinate representation of color #3D1594: hue angle of 258.9º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D1594 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 61 21 148 -
CMYK 0.59 0.86 0 0.42
HSL 258.9º 0.75% 0.33% -
HSV(B) 258.9º 0.86% 0.58% -
XYZ 7.54 3.67 28.33 -
YUV 47.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 61 21 148 0.59 0.86 0 0.42 258.9 0.75 0.33
Hex 3D 15 94 3B 56 0 2A 103 4B 21
Octal 75 25 224 73 126 0 52 403 113 41
Binary 111101 10101 10010100 111011 1010110 0 101010 100000011 1001011 100001

Color Harmonies of #3D1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1594

Black with #3D1594

Text Example


Text Example

White with #3D1594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,21,148); }

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

background-color css

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

 a { background-color: rgb(61,21,148); }

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

border-color css

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

 span { border-color: rgb(61,21,148); }

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