Html Css Color HEX #331792 Persian Indigo

📋 copy color: '#331792'

red 51 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #331792

Tints of Persian Indigo #331792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

 BLUE value IS 146 (57.42% from 255) = 66.36%

R = 23.18%
G = 10.45%
B = 66.36%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#331792 (or 0x331792) is known color: Persian Indigo. HEX triplet: 33, 17 and 92. RGB value is (51,23,146). Sum of RGB (Red+Green+Blue) = 51+23+146=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #331792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331792 is #CCE86D. Grayscale: #2C2C2C. Windows color (decimal): -13428846 or 9574195. OLE color: 9574195.

HSL color Cylindrical-coordinate representation of color #331792: hue angle of 253.66º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331792 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 23 146 -
CMYK 0.65 0.84 0 0.43
HSL 253.66º 0.73% 0.33% -
HSV(B) 253.66º 0.84% 0.57% -
XYZ 6.86 3.39 27.49 -
YUV 45.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 51 23 146 0.65 0.84 0 0.43 253.66 0.73 0.33
Hex 33 17 92 41 54 0 2B FE 49 21
Octal 63 27 222 101 124 0 53 376 111 41
Binary 110011 10111 10010010 1000001 1010100 0 101011 11111110 1001001 100001

Color Harmonies of #331792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331792

Black with #331792

Text Example


Text Example

White with #331792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331792; }

 p { color: rgb(51,23,146); }

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

background-color css

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

 a { background-color: rgb(51,23,146); }

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

border-color css

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

 span { border-color: rgb(51,23,146); }

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