Html Css Color HEX #330688 Persian Indigo

📋 copy color: '#330688'

red 51 ◦ green 6 ◦ blue 136

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

Shades of Persian Indigo #330688

Tints of Persian Indigo #330688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

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

R = 26.42%
G = 3.11%
B = 70.47%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330688 (or 0x330688) is known color: Persian Indigo. HEX triplet: 33, 06 and 88. RGB value is (51,6,136). Sum of RGB (Red+Green+Blue) = 51+6+136=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #330688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330688 is #CCF977. Grayscale: #212121. Windows color (decimal): -13433208 or 8914483. OLE color: 8914483.

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

Color convert

RGB 51 6 136 -
CMYK 0.62 0.96 0 0.47
HSL 260.77º 0.92% 0.28% -
HSV(B) 260.77º 0.96% 0.53% -
XYZ 5.87 2.61 23.49 -
YUV 34.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 51 6 136 0.62 0.96 0 0.47 260.77 0.92 0.28
Hex 33 6 88 3E 60 0 2F 105 5C 1C
Octal 63 6 210 76 140 0 57 405 134 34
Binary 110011 110 10001000 111110 1100000 0 101111 100000101 1011100 11100

Color Harmonies of #330688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330688

Black with #330688

Text Example


Text Example

White with #330688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330688; }

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

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

background-color css

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

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

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

border-color css

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

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

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