Html Css Color HEX #330092 Persian Indigo

📋 copy color: '#330092'

red 51 ◦ green 0 ◦ blue 146

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

Shades of Persian Indigo #330092

Tints of Persian Indigo #330092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 74.11%

R = 25.89%
G = 0%
B = 74.11%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#330092 (or 0x330092) is known color: Persian Indigo. HEX triplet: 33, 00 and 92. RGB value is (51,0,146). Sum of RGB (Red+Green+Blue) = 51+0+146=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #330092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330092 is #CCFF6D. Grayscale: #1F1F1F. Windows color (decimal): -13434734 or 9568307. OLE color: 9568307.

HSL color Cylindrical-coordinate representation of color #330092: hue angle of 260.96º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330092 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 0 146 -
CMYK 0.65 1 0 0.43
HSL 260.96º 1% 0.29% -
HSV(B) 260.96º 1% 0.57% -
XYZ 6.55 2.78 27.39 -
YUV 31.89 192.4 141.63 -
System Red Green Blue C M Y K H S L
Decimal 51 0 146 0.65 1 0 0.43 260.96 1 0.29
Hex 33 0 92 41 64 0 2B 105 64 1D
Octal 63 0 222 101 144 0 53 405 144 35
Binary 110011 0 10010010 1000001 1100100 0 101011 100000101 1100100 11101

Color Harmonies of #330092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330092

Black with #330092

Text Example


Text Example

White with #330092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330092; }

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

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

background-color css

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

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

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

border-color css

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

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

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