Html Css Color HEX #341FCE Persian Blue

📋 copy color: '#341FCE'

red 52 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #341FCE

Tints of Persian Blue #341FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.28%

R = 17.99%
G = 10.73%
B = 71.28%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#341FCE (or 0x341FCE) is known color: Persian Blue. HEX triplet: 34, 1F and CE. RGB value is (52,31,206). Sum of RGB (Red+Green+Blue) = 52+31+206=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #341FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FCE is #CBE031. Grayscale: #383838. Windows color (decimal): -13361202 or 13508404. OLE color: 13508404.

HSL color Cylindrical-coordinate representation of color #341FCE: hue angle of 247.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341FCE is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 31 206 -
CMYK 0.75 0.85 0 0.19
HSL 247.2º 0.74% 0.46% -
HSV(B) 247.2º 0.85% 0.81% -
XYZ 13.05 6.17 58.9 -
YUV 57.23 211.96 124.27 -
System Red Green Blue C M Y K H S L
Decimal 52 31 206 0.75 0.85 0 0.19 247.2 0.74 0.46
Hex 34 1F CE 4B 55 0 13 F7 4A 2E
Octal 64 37 316 113 125 0 23 367 112 56
Binary 110100 11111 11001110 1001011 1010101 0 10011 11110111 1001010 101110

Color Harmonies of #341FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341FCE

Black with #341FCE

Text Example


Text Example

White with #341FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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