Html Css Color HEX #341FC9 Persian Blue

📋 copy color: '#341FC9'

red 52 ◦ green 31 ◦ blue 201

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

Shades of Persian Blue #341FC9

Tints of Persian Blue #341FC9

RGB

 RED value IS 52 (20.7% from 255) = 18.31%

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

 BLUE value IS 201 (78.91% from 255) = 70.77%

R = 18.31%
G = 10.92%
B = 70.77%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#341FC9 (or 0x341FC9) is known color: Persian Blue. HEX triplet: 34, 1F and C9. RGB value is (52,31,201). Sum of RGB (Red+Green+Blue) = 52+31+201=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 201 (78.91% from 255 or 70.77% from 284); Max value from RGB is 201 - color contains mainly: blue. Hex color #341FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FC9 is #CBE036. Grayscale: #383838. Windows color (decimal): -13361207 or 13180724. OLE color: 13180724.

HSL color Cylindrical-coordinate representation of color #341FC9: hue angle of 247.41º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341FC9 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 31 201 -
CMYK 0.74 0.85 0 0.21
HSL 247.41º 0.73% 0.45% -
HSV(B) 247.41º 0.85% 0.79% -
XYZ 12.45 5.93 55.75 -
YUV 56.66 209.46 124.68 -
System Red Green Blue C M Y K H S L
Decimal 52 31 201 0.74 0.85 0 0.21 247.41 0.73 0.45
Hex 34 1F C9 4A 55 0 15 F7 49 2D
Octal 64 37 311 112 125 0 25 367 111 55
Binary 110100 11111 11001001 1001010 1010101 0 10101 11110111 1001001 101101

Color Harmonies of #341FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341FC9

Black with #341FC9

Text Example


Text Example

White with #341FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341FC9; }

 p { color: rgb(52,31,201); }

 H1.HeaderClassName
 {
   color: #341FC9;
 }
 .AnyTagClassName
 {
   color: #341FC9;
 }
</style>

background-color css

<style>
 a { background-color: #341FC9; }

 a { background-color: rgb(52,31,201); }

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

border-color css

<style>
 span { border-color: #341FC9; }

 span { border-color: rgb(52,31,201); }

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