Html Css Color HEX #332BC1 Persian Blue

📋 copy color: '#332BC1'

red 51 ◦ green 43 ◦ blue 193

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

Shades of Persian Blue #332BC1

Tints of Persian Blue #332BC1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.98%

 BLUE value IS 193 (75.78% from 255) = 67.25%

R = 17.77%
G = 14.98%
B = 67.25%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#332BC1 (or 0x332BC1) is known color: Persian Blue. HEX triplet: 33, 2B and C1. RGB value is (51,43,193). Sum of RGB (Red+Green+Blue) = 51+43+193=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #332BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BC1 is #CCD43E. Grayscale: #3D3D3D. Windows color (decimal): -13423679 or 12659507. OLE color: 12659507.

HSL color Cylindrical-coordinate representation of color #332BC1: hue angle of 243.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332BC1 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 43 193 -
CMYK 0.74 0.78 0 0.24
HSL 243.2º 0.64% 0.46% -
HSV(B) 243.2º 0.78% 0.76% -
XYZ 11.85 6.28 51.04 -
YUV 62.49 201.65 119.8 -
System Red Green Blue C M Y K H S L
Decimal 51 43 193 0.74 0.78 0 0.24 243.2 0.64 0.46
Hex 33 2B C1 4A 4E 0 18 F3 40 2E
Octal 63 53 301 112 116 0 30 363 100 56
Binary 110011 101011 11000001 1001010 1001110 0 11000 11110011 1000000 101110

Color Harmonies of #332BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BC1

Black with #332BC1

Text Example


Text Example

White with #332BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,43,193); }

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

background-color css

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

 a { background-color: rgb(51,43,193); }

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

border-color css

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

 span { border-color: rgb(51,43,193); }

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