Html Css Color HEX #330074 Persian Indigo

📋 copy color: '#330074'

red 51 ◦ green 0 ◦ blue 116

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

Shades of Persian Indigo #330074

Tints of Persian Indigo #330074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 69.46%

R = 30.54%
G = 0%
B = 69.46%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330074 (or 0x330074) is known color: Persian Indigo. HEX triplet: 33, 00 and 74. RGB value is (51,0,116). Sum of RGB (Red+Green+Blue) = 51+0+116=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 116 (45.70% from 255 or 69.46% from 167); Max value from RGB is 116 - color contains mainly: blue. Hex color #330074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330074 is #CCFF8B. Grayscale: #1C1C1C. Windows color (decimal): -13434764 or 7602227. OLE color: 7602227.

HSL color Cylindrical-coordinate representation of color #330074: hue angle of 266.38º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330074 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 0 116 -
CMYK 0.56 1 0 0.55
HSL 266.38º 1% 0.23% -
HSV(B) 266.38º 1% 0.45% -
XYZ 4.52 1.96 16.66 -
YUV 28.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 51 0 116 0.56 1 0 0.55 266.38 1 0.23
Hex 33 0 74 38 64 0 37 10A 64 17
Octal 63 0 164 70 144 0 67 412 144 27
Binary 110011 0 1110100 111000 1100100 0 110111 100001010 1100100 10111

Color Harmonies of #330074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330074

Black with #330074

Text Example


Text Example

White with #330074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330074; }

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

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

background-color css

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

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

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

border-color css

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

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

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