Html Css Color HEX #3D1598 Persian Indigo

📋 copy color: '#3D1598'

red 61 ◦ green 21 ◦ blue 152

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

Shades of Persian Indigo #3D1598

Tints of Persian Indigo #3D1598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.96%

R = 26.07%
G = 8.97%
B = 64.96%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3D1598 (or 0x3D1598) is known color: Persian Indigo. HEX triplet: 3D, 15 and 98. RGB value is (61,21,152). Sum of RGB (Red+Green+Blue) = 61+21+152=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D1598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1598 is #C2EA67. Grayscale: #2F2F2F. Windows color (decimal): -12773992 or 9966909. OLE color: 9966909.

HSL color Cylindrical-coordinate representation of color #3D1598: hue angle of 258.32º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D1598 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 61 21 152 -
CMYK 0.60 0.86 0 0.40
HSL 258.32º 0.76% 0.34% -
HSV(B) 258.32º 0.86% 0.6% -
XYZ 7.86 3.8 30.02 -
YUV 47.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 61 21 152 0.60 0.86 0 0.40 258.32 0.76 0.34
Hex 3D 15 98 3C 56 0 28 102 4C 22
Octal 75 25 230 74 126 0 50 402 114 42
Binary 111101 10101 10011000 111100 1010110 0 101000 100000010 1001100 100010

Color Harmonies of #3D1598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1598

Black with #3D1598

Text Example


Text Example

White with #3D1598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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