Html Css Color HEX #3D1A90 Persian Indigo

📋 copy color: '#3D1A90'

red 61 ◦ green 26 ◦ blue 144

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

Shades of Persian Indigo #3D1A90

Tints of Persian Indigo #3D1A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.26%

 BLUE value IS 144 (56.64% from 255) = 62.34%

R = 26.41%
G = 11.26%
B = 62.34%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D1A90 (or 0x3D1A90) is known color: Persian Indigo. HEX triplet: 3D, 1A and 90. RGB value is (61,26,144). Sum of RGB (Red+Green+Blue) = 61+26+144=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D1A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1A90 is #C2E56F. Grayscale: #313131. Windows color (decimal): -12772720 or 9443901. OLE color: 9443901.

HSL color Cylindrical-coordinate representation of color #3D1A90: hue angle of 257.8º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1A90 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 26 144 -
CMYK 0.58 0.82 0 0.44
HSL 257.8º 0.69% 0.33% -
HSV(B) 257.8º 0.82% 0.56% -
XYZ 7.33 3.74 26.72 -
YUV 49.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 61 26 144 0.58 0.82 0 0.44 257.8 0.69 0.33
Hex 3D 1A 90 3A 52 0 2C 102 45 21
Octal 75 32 220 72 122 0 54 402 105 41
Binary 111101 11010 10010000 111010 1010010 0 101100 100000010 1000101 100001

Color Harmonies of #3D1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1A90

Black with #3D1A90

Text Example


Text Example

White with #3D1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,26,144); }

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

background-color css

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

 a { background-color: rgb(61,26,144); }

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

border-color css

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

 span { border-color: rgb(61,26,144); }

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