Html Css Color HEX #331D8A Persian Indigo

📋 copy color: '#331D8A'

red 51 ◦ green 29 ◦ blue 138

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

Shades of Persian Indigo #331D8A

Tints of Persian Indigo #331D8A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 138 (54.3% from 255) = 63.3%

R = 23.39%
G = 13.3%
B = 63.3%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#331D8A (or 0x331D8A) is known color: Persian Indigo. HEX triplet: 33, 1D and 8A. RGB value is (51,29,138). Sum of RGB (Red+Green+Blue) = 51+29+138=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #331D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331D8A is #CCE275. Grayscale: #2F2F2F. Windows color (decimal): -13427318 or 9051443. OLE color: 9051443.

HSL color Cylindrical-coordinate representation of color #331D8A: hue angle of 252.11º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #331D8A is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 29 138 -
CMYK 0.63 0.79 0 0.46
HSL 252.11º 0.65% 0.33% -
HSV(B) 252.11º 0.79% 0.54% -
XYZ 6.39 3.42 24.37 -
YUV 48 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 51 29 138 0.63 0.79 0 0.46 252.11 0.65 0.33
Hex 33 1D 8A 3F 4F 0 2E FC 41 21
Octal 63 35 212 77 117 0 56 374 101 41
Binary 110011 11101 10001010 111111 1001111 0 101110 11111100 1000001 100001

Color Harmonies of #331D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D8A

Black with #331D8A

Text Example


Text Example

White with #331D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,29,138); }

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

background-color css

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

 a { background-color: rgb(51,29,138); }

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

border-color css

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

 span { border-color: rgb(51,29,138); }

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