Html Css Color HEX #3330AC Persian Blue

📋 copy color: '#3330AC'

red 51 ◦ green 48 ◦ blue 172

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

Shades of Persian Blue #3330AC

Tints of Persian Blue #3330AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 172 (67.58% from 255) = 63.47%

R = 18.82%
G = 17.71%
B = 63.47%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3330AC (or 0x3330AC) is known color: Persian Blue. HEX triplet: 33, 30 and AC. RGB value is (51,48,172). Sum of RGB (Red+Green+Blue) = 51+48+172=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #3330AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3330AC is #CCCF53. Grayscale: #3E3E3E. Windows color (decimal): -13422420 or 11284531. OLE color: 11284531.

HSL color Cylindrical-coordinate representation of color #3330AC: hue angle of 241.45º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3330AC is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 48 172 -
CMYK 0.70 0.72 0 0.33
HSL 241.45º 0.56% 0.43% -
HSV(B) 241.45º 0.72% 0.67% -
XYZ 9.87 5.8 39.63 -
YUV 63.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 51 48 172 0.70 0.72 0 0.33 241.45 0.56 0.43
Hex 33 30 AC 46 48 0 21 F1 38 2B
Octal 63 60 254 106 110 0 41 361 70 53
Binary 110011 110000 10101100 1000110 1001000 0 100001 11110001 111000 101011

Color Harmonies of #3330AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3330AC

Black with #3330AC

Text Example


Text Example

White with #3330AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3330AC; }

 p { color: rgb(51,48,172); }

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

background-color css

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

 a { background-color: rgb(51,48,172); }

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

border-color css

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

 span { border-color: rgb(51,48,172); }

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