Html Css Color HEX #331A9D Persian Indigo

📋 copy color: '#331A9D'

red 51 ◦ green 26 ◦ blue 157

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

Shades of Persian Indigo #331A9D

Tints of Persian Indigo #331A9D

RGB

 RED value IS 51 (20.31% from 255) = 21.79%

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

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

R = 21.79%
G = 11.11%
B = 67.09%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#331A9D (or 0x331A9D) is known color: Persian Indigo. HEX triplet: 33, 1A and 9D. RGB value is (51,26,157). Sum of RGB (Red+Green+Blue) = 51+26+157=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #331A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331A9D is #CCE562. Grayscale: #2F2F2F. Windows color (decimal): -13428067 or 10295859. OLE color: 10295859.

HSL color Cylindrical-coordinate representation of color #331A9D: hue angle of 251.45º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331A9D is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 26 157 -
CMYK 0.68 0.83 0 0.38
HSL 251.45º 0.72% 0.36% -
HSV(B) 251.45º 0.83% 0.62% -
XYZ 7.82 3.88 32.23 -
YUV 48.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 51 26 157 0.68 0.83 0 0.38 251.45 0.72 0.36
Hex 33 1A 9D 44 53 0 26 FB 48 24
Octal 63 32 235 104 123 0 46 373 110 44
Binary 110011 11010 10011101 1000100 1010011 0 100110 11111011 1001000 100100

Color Harmonies of #331A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A9D

Black with #331A9D

Text Example


Text Example

White with #331A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331A9D; }

 p { color: rgb(51,26,157); }

 H1.HeaderClassName
 {
   color: #331A9D;
 }
 .AnyTagClassName
 {
   color: #331A9D;
 }
</style>

background-color css

<style>
 a { background-color: #331A9D; }

 a { background-color: rgb(51,26,157); }

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

border-color css

<style>
 span { border-color: #331A9D; }

 span { border-color: rgb(51,26,157); }

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