Html Css Color HEX #332CCA Persian Blue

📋 copy color: '#332CCA'

red 51 ◦ green 44 ◦ blue 202

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

Shades of Persian Blue #332CCA

Tints of Persian Blue #332CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.81%

 BLUE value IS 202 (79.3% from 255) = 68.01%

R = 17.17%
G = 14.81%
B = 68.01%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#332CCA (or 0x332CCA) is known color: Persian Blue. HEX triplet: 33, 2C and CA. RGB value is (51,44,202). Sum of RGB (Red+Green+Blue) = 51+44+202=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #332CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332CCA is #CCD335. Grayscale: #3F3F3F. Windows color (decimal): -13423414 or 13249587. OLE color: 13249587.

HSL color Cylindrical-coordinate representation of color #332CCA: hue angle of 242.66º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332CCA is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 44 202 -
CMYK 0.75 0.78 0 0.21
HSL 242.66º 0.64% 0.48% -
HSV(B) 242.66º 0.78% 0.79% -
XYZ 12.93 6.77 56.5 -
YUV 64.11 205.82 118.65 -
System Red Green Blue C M Y K H S L
Decimal 51 44 202 0.75 0.78 0 0.21 242.66 0.64 0.48
Hex 33 2C CA 4B 4E 0 15 F3 40 30
Octal 63 54 312 113 116 0 25 363 100 60
Binary 110011 101100 11001010 1001011 1001110 0 10101 11110011 1000000 110000

Color Harmonies of #332CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CCA

Black with #332CCA

Text Example


Text Example

White with #332CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332CCA; }

 p { color: rgb(51,44,202); }

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

background-color css

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

 a { background-color: rgb(51,44,202); }

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

border-color css

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

 span { border-color: rgb(51,44,202); }

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