Html Css Color HEX #3D1688 Persian Indigo

📋 copy color: '#3D1688'

red 61 ◦ green 22 ◦ blue 136

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

Shades of Persian Indigo #3D1688

Tints of Persian Indigo #3D1688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 62.1%

R = 27.85%
G = 10.05%
B = 62.1%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3D1688 (or 0x3D1688) is known color: Persian Indigo. HEX triplet: 3D, 16 and 88. RGB value is (61,22,136). Sum of RGB (Red+Green+Blue) = 61+22+136=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D1688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1688 is #C2E977. Grayscale: #2E2E2E. Windows color (decimal): -12773752 or 8918589. OLE color: 8918589.

HSL color Cylindrical-coordinate representation of color #3D1688: hue angle of 260.53º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1688 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 22 136 -
CMYK 0.55 0.84 0 0.47
HSL 260.53º 0.72% 0.31% -
HSV(B) 260.53º 0.84% 0.53% -
XYZ 6.66 3.34 23.59 -
YUV 46.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 61 22 136 0.55 0.84 0 0.47 260.53 0.72 0.31
Hex 3D 16 88 37 54 0 2F 105 48 1F
Octal 75 26 210 67 124 0 57 405 110 37
Binary 111101 10110 10001000 110111 1010100 0 101111 100000101 1001000 11111

Color Harmonies of #3D1688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1688

Black with #3D1688

Text Example


Text Example

White with #3D1688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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