Html Css Color HEX #330893 Persian Indigo

📋 copy color: '#330893'

red 51 ◦ green 8 ◦ blue 147

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

Shades of Persian Indigo #330893

Tints of Persian Indigo #330893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 71.36%

R = 24.76%
G = 3.88%
B = 71.36%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#330893 (or 0x330893) is known color: Persian Indigo. HEX triplet: 33, 08 and 93. RGB value is (51,8,147). Sum of RGB (Red+Green+Blue) = 51+8+147=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #330893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330893 is #CCF76C. Grayscale: #242424. Windows color (decimal): -13432685 or 9635891. OLE color: 9635891.

HSL color Cylindrical-coordinate representation of color #330893: hue angle of 258.56º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330893 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 8 147 -
CMYK 0.65 0.95 0 0.42
HSL 258.56º 0.9% 0.3% -
HSV(B) 258.56º 0.95% 0.58% -
XYZ 6.72 2.98 27.83 -
YUV 36.7 190.25 138.2 -
System Red Green Blue C M Y K H S L
Decimal 51 8 147 0.65 0.95 0 0.42 258.56 0.9 0.3
Hex 33 8 93 41 5F 0 2A 103 5A 1E
Octal 63 10 223 101 137 0 52 403 132 36
Binary 110011 1000 10010011 1000001 1011111 0 101010 100000011 1011010 11110

Color Harmonies of #330893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330893

Black with #330893

Text Example


Text Example

White with #330893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330893; }

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

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

background-color css

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

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

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

border-color css

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

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

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