Html Css Color HEX #332ACF Persian Blue

📋 copy color: '#332ACF'

red 51 ◦ green 42 ◦ blue 207

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

Shades of Persian Blue #332ACF

Tints of Persian Blue #332ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

 BLUE value IS 207 (81.25% from 255) = 69%

R = 17%
G = 14%
B = 69%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#332ACF (or 0x332ACF) is known color: Persian Blue. HEX triplet: 33, 2A and CF. RGB value is (51,42,207). Sum of RGB (Red+Green+Blue) = 51+42+207=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #332ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332ACF is #CCD530. Grayscale: #3E3E3E. Windows color (decimal): -13423921 or 13576755. OLE color: 13576755.

HSL color Cylindrical-coordinate representation of color #332ACF: hue angle of 243.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332ACF is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 42 207 -
CMYK 0.75 0.80 0 0.19
HSL 243.27º 0.66% 0.49% -
HSV(B) 243.27º 0.8% 0.81% -
XYZ 13.46 6.86 59.65 -
YUV 63.5 208.98 119.08 -
System Red Green Blue C M Y K H S L
Decimal 51 42 207 0.75 0.80 0 0.19 243.27 0.66 0.49
Hex 33 2A CF 4B 50 0 13 F3 42 31
Octal 63 52 317 113 120 0 23 363 102 61
Binary 110011 101010 11001111 1001011 1010000 0 10011 11110011 1000010 110001

Color Harmonies of #332ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332ACF

Black with #332ACF

Text Example


Text Example

White with #332ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,42,207); }

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

background-color css

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

 a { background-color: rgb(51,42,207); }

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

border-color css

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

 span { border-color: rgb(51,42,207); }

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