Html Css Color HEX #3D189D Persian Indigo

📋 copy color: '#3D189D'

red 61 ◦ green 24 ◦ blue 157

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

Shades of Persian Indigo #3D189D

Tints of Persian Indigo #3D189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 25.21%
G = 9.92%
B = 64.88%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D189D (or 0x3D189D) is known color: Persian Indigo. HEX triplet: 3D, 18 and 9D. RGB value is (61,24,157). Sum of RGB (Red+Green+Blue) = 61+24+157=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D189D is #C2E762. Grayscale: #313131. Windows color (decimal): -12773219 or 10295357. OLE color: 10295357.

HSL color Cylindrical-coordinate representation of color #3D189D: hue angle of 256.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D189D is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 24 157 -
CMYK 0.61 0.85 0 0.38
HSL 256.69º 0.73% 0.35% -
HSV(B) 256.69º 0.85% 0.62% -
XYZ 8.34 4.08 32.25 -
YUV 50.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 61 24 157 0.61 0.85 0 0.38 256.69 0.73 0.35
Hex 3D 18 9D 3D 55 0 26 101 49 23
Octal 75 30 235 75 125 0 46 401 111 43
Binary 111101 11000 10011101 111101 1010101 0 100110 100000001 1001001 100011

Color Harmonies of #3D189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D189D

Black with #3D189D

Text Example


Text Example

White with #3D189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,24,157); }

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

background-color css

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

 a { background-color: rgb(61,24,157); }

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

border-color css

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

 span { border-color: rgb(61,24,157); }

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