Html Css Color HEX #331088 Persian Indigo

📋 copy color: '#331088'

red 51 ◦ green 16 ◦ blue 136

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

Shades of Persian Indigo #331088

Tints of Persian Indigo #331088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 67%

R = 25.12%
G = 7.88%
B = 67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#331088 (or 0x331088) is known color: Persian Indigo. HEX triplet: 33, 10 and 88. RGB value is (51,16,136). Sum of RGB (Red+Green+Blue) = 51+16+136=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #331088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331088 is #CCEF77. Grayscale: #272727. Windows color (decimal): -13430648 or 8917043. OLE color: 8917043.

HSL color Cylindrical-coordinate representation of color #331088: hue angle of 257.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331088 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 16 136 -
CMYK 0.62 0.88 0 0.47
HSL 257.5º 0.79% 0.3% -
HSV(B) 257.5º 0.88% 0.53% -
XYZ 5.99 2.85 23.53 -
YUV 40.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 51 16 136 0.62 0.88 0 0.47 257.5 0.79 0.3
Hex 33 10 88 3E 58 0 2F 102 4F 1E
Octal 63 20 210 76 130 0 57 402 117 36
Binary 110011 10000 10001000 111110 1011000 0 101111 100000010 1001111 11110

Color Harmonies of #331088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331088

Black with #331088

Text Example


Text Example

White with #331088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331088; }

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

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

background-color css

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

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

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

border-color css

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

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

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