Html Css Color HEX #3B1A90 Persian Indigo

📋 copy color: '#3B1A90'

red 59 ◦ green 26 ◦ blue 144

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

Shades of Persian Indigo #3B1A90

Tints of Persian Indigo #3B1A90

RGB

 RED value IS 59 (23.44% from 255) = 25.76%

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

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

R = 25.76%
G = 11.35%
B = 62.88%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3B1A90 (or 0x3B1A90) is known color: Persian Indigo. HEX triplet: 3B, 1A and 90. RGB value is (59,26,144). Sum of RGB (Red+Green+Blue) = 59+26+144=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B1A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1A90 is #C4E56F. Grayscale: #303030. Windows color (decimal): -12903792 or 9443899. OLE color: 9443899.

HSL color Cylindrical-coordinate representation of color #3B1A90: hue angle of 256.78º 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 #3B1A90 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 59 26 144 -
CMYK 0.59 0.82 0 0.44
HSL 256.78º 0.69% 0.33% -
HSV(B) 256.78º 0.82% 0.56% -
XYZ 7.21 3.68 26.72 -
YUV 49.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 59 26 144 0.59 0.82 0 0.44 256.78 0.69 0.33
Hex 3B 1A 90 3B 52 0 2C 101 45 21
Octal 73 32 220 73 122 0 54 401 105 41
Binary 111011 11010 10010000 111011 1010010 0 101100 100000001 1000101 100001

Color Harmonies of #3B1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1A90

Black with #3B1A90

Text Example


Text Example

White with #3B1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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