Html Css Color HEX #330888 Persian Indigo

📋 copy color: '#330888'

red 51 ◦ green 8 ◦ blue 136

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

Shades of Persian Indigo #330888

Tints of Persian Indigo #330888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

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

R = 26.15%
G = 4.1%
B = 69.74%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330888 (or 0x330888) is known color: Persian Indigo. HEX triplet: 33, 08 and 88. RGB value is (51,8,136). Sum of RGB (Red+Green+Blue) = 51+8+136=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #330888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330888 is #CCF777. Grayscale: #222222. Windows color (decimal): -13432696 or 8914995. OLE color: 8914995.

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

Color convert

RGB 51 8 136 -
CMYK 0.62 0.94 0 0.47
HSL 260.16º 0.89% 0.28% -
HSV(B) 260.16º 0.94% 0.53% -
XYZ 5.9 2.66 23.49 -
YUV 35.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 51 8 136 0.62 0.94 0 0.47 260.16 0.89 0.28
Hex 33 8 88 3E 5E 0 2F 104 59 1C
Octal 63 10 210 76 136 0 57 404 131 34
Binary 110011 1000 10001000 111110 1011110 0 101111 100000100 1011001 11100

Color Harmonies of #330888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330888

Black with #330888

Text Example


Text Example

White with #330888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330888; }

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

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

background-color css

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

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

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

border-color css

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

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

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