Html Css Color HEX #331075 Persian Indigo

📋 copy color: '#331075'

red 51 ◦ green 16 ◦ blue 117

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

Shades of Persian Indigo #331075

Tints of Persian Indigo #331075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

 BLUE value IS 117 (46.09% from 255) = 63.59%

R = 27.72%
G = 8.7%
B = 63.59%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#331075 (or 0x331075) is known color: Persian Indigo. HEX triplet: 33, 10 and 75. RGB value is (51,16,117). Sum of RGB (Red+Green+Blue) = 51+16+117=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #331075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331075 is #CCEF8A. Grayscale: #252525. Windows color (decimal): -13430667 or 7671859. OLE color: 7671859.

HSL color Cylindrical-coordinate representation of color #331075: hue angle of 260.79º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331075 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 16 117 -
CMYK 0.56 0.86 0 0.54
HSL 260.79º 0.76% 0.26% -
HSV(B) 260.79º 0.86% 0.46% -
XYZ 4.76 2.36 17.03 -
YUV 37.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 51 16 117 0.56 0.86 0 0.54 260.79 0.76 0.26
Hex 33 10 75 38 56 0 36 105 4C 1A
Octal 63 20 165 70 126 0 66 405 114 32
Binary 110011 10000 1110101 111000 1010110 0 110110 100000101 1001100 11010

Color Harmonies of #331075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331075

Black with #331075

Text Example


Text Example

White with #331075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331075; }

 p { color: rgb(51,16,117); }

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

background-color css

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

 a { background-color: rgb(51,16,117); }

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

border-color css

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

 span { border-color: rgb(51,16,117); }

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