Html Css Color HEX #330682 Persian Indigo

📋 copy color: '#330682'

red 51 ◦ green 6 ◦ blue 130

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

Shades of Persian Indigo #330682

Tints of Persian Indigo #330682

RGB

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

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

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

R = 27.27%
G = 3.21%
B = 69.52%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#330682 (or 0x330682) is known color: Persian Indigo. HEX triplet: 33, 06 and 82. RGB value is (51,6,130). Sum of RGB (Red+Green+Blue) = 51+6+130=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #330682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330682 is #CCF97D. Grayscale: #212121. Windows color (decimal): -13433214 or 8521267. OLE color: 8521267.

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

Color convert

RGB 51 6 130 -
CMYK 0.61 0.95 0 0.49
HSL 261.77º 0.91% 0.27% -
HSV(B) 261.77º 0.95% 0.51% -
XYZ 5.46 2.45 21.3 -
YUV 33.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 51 6 130 0.61 0.95 0 0.49 261.77 0.91 0.27
Hex 33 6 82 3D 5F 0 31 106 5B 1B
Octal 63 6 202 75 137 0 61 406 133 33
Binary 110011 110 10000010 111101 1011111 0 110001 100000110 1011011 11011

Color Harmonies of #330682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330682

Black with #330682

Text Example


Text Example

White with #330682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330682; }

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

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

background-color css

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

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

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

border-color css

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

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

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