Html Css Color HEX #330082 Persian Indigo

📋 copy color: '#330082'

red 51 ◦ green 0 ◦ blue 130

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

Shades of Persian Indigo #330082

Tints of Persian Indigo #330082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 71.82%

R = 28.18%
G = 0%
B = 71.82%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#330082 (or 0x330082) is known color: Persian Indigo. HEX triplet: 33, 00 and 82. RGB value is (51,0,130). Sum of RGB (Red+Green+Blue) = 51+0+130=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #330082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330082 is #CCFF7D. Grayscale: #1D1D1D. Windows color (decimal): -13434750 or 8519731. OLE color: 8519731.

HSL color Cylindrical-coordinate representation of color #330082: hue angle of 263.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330082 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 0 130 -
CMYK 0.61 1 0 0.49
HSL 263.54º 1% 0.25% -
HSV(B) 263.54º 1% 0.51% -
XYZ 5.39 2.32 21.28 -
YUV 30.07 184.4 142.93 -
System Red Green Blue C M Y K H S L
Decimal 51 0 130 0.61 1 0 0.49 263.54 1 0.25
Hex 33 0 82 3D 64 0 31 108 64 19
Octal 63 0 202 75 144 0 61 410 144 31
Binary 110011 0 10000010 111101 1100100 0 110001 100001000 1100100 11001

Color Harmonies of #330082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330082

Black with #330082

Text Example


Text Example

White with #330082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330082; }

 p { color: rgb(51,0,130); }

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

background-color css

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

 a { background-color: rgb(51,0,130); }

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

border-color css

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

 span { border-color: rgb(51,0,130); }

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