Html Css Color HEX #331185 Persian Indigo

📋 copy color: '#331185'

red 51 ◦ green 17 ◦ blue 133

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

Shades of Persian Indigo #331185

Tints of Persian Indigo #331185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

 BLUE value IS 133 (52.34% from 255) = 66.17%

R = 25.37%
G = 8.46%
B = 66.17%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#331185 (or 0x331185) is known color: Persian Indigo. HEX triplet: 33, 11 and 85. RGB value is (51,17,133). Sum of RGB (Red+Green+Blue) = 51+17+133=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #331185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331185 is #CCEE7A. Grayscale: #272727. Windows color (decimal): -13430395 or 8720691. OLE color: 8720691.

HSL color Cylindrical-coordinate representation of color #331185: hue angle of 257.59º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331185 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 17 133 -
CMYK 0.62 0.87 0 0.48
HSL 257.59º 0.77% 0.29% -
HSV(B) 257.59º 0.87% 0.52% -
XYZ 5.8 2.8 22.42 -
YUV 40.39 180.26 135.57 -
System Red Green Blue C M Y K H S L
Decimal 51 17 133 0.62 0.87 0 0.48 257.59 0.77 0.29
Hex 33 11 85 3E 57 0 30 102 4D 1D
Octal 63 21 205 76 127 0 60 402 115 35
Binary 110011 10001 10000101 111110 1010111 0 110000 100000010 1001101 11101

Color Harmonies of #331185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331185

Black with #331185

Text Example


Text Example

White with #331185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331185; }

 p { color: rgb(51,17,133); }

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

background-color css

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

 a { background-color: rgb(51,17,133); }

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

border-color css

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

 span { border-color: rgb(51,17,133); }

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