Html Css Color HEX #330075 Persian Indigo

📋 copy color: '#330075'

red 51 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #330075

Tints of Persian Indigo #330075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 30.36%
G = 0%
B = 69.64%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#330075 (or 0x330075) is known color: Persian Indigo. HEX triplet: 33, 00 and 75. RGB value is (51,0,117). Sum of RGB (Red+Green+Blue) = 51+0+117=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #330075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330075 is #CCFF8A. Grayscale: #1C1C1C. Windows color (decimal): -13434763 or 7667763. OLE color: 7667763.

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

Color convert

RGB 51 0 117 -
CMYK 0.56 1 0 0.54
HSL 266.15º 1% 0.23% -
HSV(B) 266.15º 1% 0.46% -
XYZ 4.58 1.99 16.97 -
YUV 28.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 51 0 117 0.56 1 0 0.54 266.15 1 0.23
Hex 33 0 75 38 64 0 36 10A 64 17
Octal 63 0 165 70 144 0 66 412 144 27
Binary 110011 0 1110101 111000 1100100 0 110110 100001010 1100100 10111

Color Harmonies of #330075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330075

Black with #330075

Text Example


Text Example

White with #330075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330075; }

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

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

background-color css

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

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

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

border-color css

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

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

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