Html Css Color HEX #330788 Persian Indigo

📋 copy color: '#330788'

red 51 ◦ green 7 ◦ blue 136

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

Shades of Persian Indigo #330788

Tints of Persian Indigo #330788

RGB

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

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

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

R = 26.29%
G = 3.61%
B = 70.1%

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

#330788 (or 0x330788) is known color: Persian Indigo. HEX triplet: 33, 07 and 88. RGB value is (51,7,136). Sum of RGB (Red+Green+Blue) = 51+7+136=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #330788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330788 is #CCF877. Grayscale: #222222. Windows color (decimal): -13432952 or 8914739. OLE color: 8914739.

HSL color Cylindrical-coordinate representation of color #330788: hue angle of 260.47º 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 #330788 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 7 136 -
CMYK 0.62 0.95 0 0.47
HSL 260.47º 0.9% 0.28% -
HSV(B) 260.47º 0.95% 0.53% -
XYZ 5.89 2.63 23.49 -
YUV 34.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 51 7 136 0.62 0.95 0 0.47 260.47 0.9 0.28
Hex 33 7 88 3E 5F 0 2F 104 5A 1C
Octal 63 7 210 76 137 0 57 404 132 34
Binary 110011 111 10001000 111110 1011111 0 101111 100000100 1011010 11100

Color Harmonies of #330788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330788

Black with #330788

Text Example


Text Example

White with #330788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330788; }

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

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

background-color css

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

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

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

border-color css

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

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

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