Html Css Color HEX #330386 Persian Indigo

📋 copy color: '#330386'

red 51 ◦ green 3 ◦ blue 134

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

Shades of Persian Indigo #330386

Tints of Persian Indigo #330386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

 BLUE value IS 134 (52.73% from 255) = 71.28%

R = 27.13%
G = 1.6%
B = 71.28%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330386 (or 0x330386) is known color: Persian Indigo. HEX triplet: 33, 03 and 86. RGB value is (51,3,134). Sum of RGB (Red+Green+Blue) = 51+3+134=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #330386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330386 is #CCFC79. Grayscale: #1F1F1F. Windows color (decimal): -13433978 or 8782643. OLE color: 8782643.

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

Color convert

RGB 51 3 134 -
CMYK 0.62 0.98 0 0.47
HSL 261.98º 0.96% 0.27% -
HSV(B) 261.98º 0.98% 0.53% -
XYZ 5.7 2.49 22.73 -
YUV 32.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 51 3 134 0.62 0.98 0 0.47 261.98 0.96 0.27
Hex 33 3 86 3E 62 0 2F 106 60 1B
Octal 63 3 206 76 142 0 57 406 140 33
Binary 110011 11 10000110 111110 1100010 0 101111 100000110 1100000 11011

Color Harmonies of #330386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330386

Black with #330386

Text Example


Text Example

White with #330386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330386; }

 p { color: rgb(51,3,134); }

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

background-color css

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

 a { background-color: rgb(51,3,134); }

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

border-color css

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

 span { border-color: rgb(51,3,134); }

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