Html Css Color HEX #330894 Persian Indigo

📋 copy color: '#330894'

red 51 ◦ green 8 ◦ blue 148

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

Shades of Persian Indigo #330894

Tints of Persian Indigo #330894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 71.5%

R = 24.64%
G = 3.86%
B = 71.5%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#330894 (or 0x330894) is known color: Persian Indigo. HEX triplet: 33, 08 and 94. RGB value is (51,8,148). Sum of RGB (Red+Green+Blue) = 51+8+148=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #330894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330894 is #CCF76B. Grayscale: #242424. Windows color (decimal): -13432684 or 9701427. OLE color: 9701427.

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

Color convert

RGB 51 8 148 -
CMYK 0.66 0.95 0 0.42
HSL 258.43º 0.9% 0.31% -
HSV(B) 258.43º 0.95% 0.58% -
XYZ 6.8 3.02 28.24 -
YUV 36.82 190.75 138.12 -
System Red Green Blue C M Y K H S L
Decimal 51 8 148 0.66 0.95 0 0.42 258.43 0.9 0.31
Hex 33 8 94 42 5F 0 2A 102 5A 1F
Octal 63 10 224 102 137 0 52 402 132 37
Binary 110011 1000 10010100 1000010 1011111 0 101010 100000010 1011010 11111

Color Harmonies of #330894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330894

Black with #330894

Text Example


Text Example

White with #330894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330894; }

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

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

background-color css

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

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

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

border-color css

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

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

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