Html Css Color HEX #330787 Persian Indigo

📋 copy color: '#330787'

red 51 ◦ green 7 ◦ blue 135

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

Shades of Persian Indigo #330787

Tints of Persian Indigo #330787

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

 BLUE value IS 135 (53.13% from 255) = 69.95%

R = 26.42%
G = 3.63%
B = 69.95%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330787 (or 0x330787) is known color: Persian Indigo. HEX triplet: 33, 07 and 87. RGB value is (51,7,135). Sum of RGB (Red+Green+Blue) = 51+7+135=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #330787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330787 is #CCF878. Grayscale: #222222. Windows color (decimal): -13432953 or 8849203. OLE color: 8849203.

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

Color convert

RGB 51 7 135 -
CMYK 0.62 0.95 0 0.47
HSL 260.63º 0.9% 0.28% -
HSV(B) 260.63º 0.95% 0.53% -
XYZ 5.81 2.61 23.12 -
YUV 34.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 51 7 135 0.62 0.95 0 0.47 260.63 0.9 0.28
Hex 33 7 87 3E 5F 0 2F 105 5A 1C
Octal 63 7 207 76 137 0 57 405 132 34
Binary 110011 111 10000111 111110 1011111 0 101111 100000101 1011010 11100

Color Harmonies of #330787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330787

Black with #330787

Text Example


Text Example

White with #330787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330787; }

 p { color: rgb(51,7,135); }

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

background-color css

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

 a { background-color: rgb(51,7,135); }

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

border-color css

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

 span { border-color: rgb(51,7,135); }

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