Html Css Color HEX #321FC4 Persian Blue

📋 copy color: '#321FC4'

red 50 ◦ green 31 ◦ blue 196

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

Shades of Persian Blue #321FC4

Tints of Persian Blue #321FC4

RGB

 RED value IS 50 (19.92% from 255) = 18.05%

 GREEN value IS 31 (12.5% from 255) = 11.19%

 BLUE value IS 196 (76.95% from 255) = 70.76%

R = 18.05%
G = 11.19%
B = 70.76%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#321FC4 (or 0x321FC4) is known color: Persian Blue. HEX triplet: 32, 1F and C4. RGB value is (50,31,196). Sum of RGB (Red+Green+Blue) = 50+31+196=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 196 (76.95% from 255 or 70.76% from 277); Max value from RGB is 196 - color contains mainly: blue. Hex color #321FC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FC4 is #CDE03B. Grayscale: #363636. Windows color (decimal): -13492284 or 12853042. OLE color: 12853042.

HSL color Cylindrical-coordinate representation of color #321FC4: hue angle of 246.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321FC4 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 31 196 -
CMYK 0.74 0.84 0 0.23
HSL 246.91º 0.73% 0.45% -
HSV(B) 246.91º 0.84% 0.77% -
XYZ 11.77 5.64 52.69 -
YUV 55.49 207.29 124.08 -
System Red Green Blue C M Y K H S L
Decimal 50 31 196 0.74 0.84 0 0.23 246.91 0.73 0.45
Hex 32 1F C4 4A 54 0 17 F7 49 2D
Octal 62 37 304 112 124 0 27 367 111 55
Binary 110010 11111 11000100 1001010 1010100 0 10111 11110111 1001001 101101

Color Harmonies of #321FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FC4

Black with #321FC4

Text Example


Text Example

White with #321FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321FC4; }

 p { color: rgb(50,31,196); }

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

background-color css

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

 a { background-color: rgb(50,31,196); }

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

border-color css

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

 span { border-color: rgb(50,31,196); }

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