Html Css Color HEX #330174 Persian Indigo

📋 copy color: '#330174'

red 51 ◦ green 1 ◦ blue 116

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

Shades of Persian Indigo #330174

Tints of Persian Indigo #330174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 30.36%
G = 0.6%
B = 69.05%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330174 (or 0x330174) is known color: Persian Indigo. HEX triplet: 33, 01 and 74. RGB value is (51,1,116). Sum of RGB (Red+Green+Blue) = 51+1+116=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #330174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330174 is #CCFE8B. Grayscale: #1C1C1C. Windows color (decimal): -13434508 or 7602483. OLE color: 7602483.

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

Color convert

RGB 51 1 116 -
CMYK 0.56 0.99 0 0.55
HSL 266.09º 0.98% 0.23% -
HSV(B) 266.09º 0.99% 0.45% -
XYZ 4.53 1.99 16.67 -
YUV 29.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 51 1 116 0.56 0.99 0 0.55 266.09 0.98 0.23
Hex 33 1 74 38 63 0 37 10A 62 17
Octal 63 1 164 70 143 0 67 412 142 27
Binary 110011 1 1110100 111000 1100011 0 110111 100001010 1100010 10111

Color Harmonies of #330174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330174

Black with #330174

Text Example


Text Example

White with #330174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330174; }

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

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

background-color css

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

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

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

border-color css

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

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

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