Html Css Color HEX #341FD0 Persian Blue

📋 copy color: '#341FD0'

red 52 ◦ green 31 ◦ blue 208

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

Shades of Persian Blue #341FD0

Tints of Persian Blue #341FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 71.48%

R = 17.87%
G = 10.65%
B = 71.48%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#341FD0 (or 0x341FD0) is known color: Persian Blue. HEX triplet: 34, 1F and D0. RGB value is (52,31,208). Sum of RGB (Red+Green+Blue) = 52+31+208=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 208 (81.64% from 255 or 71.48% from 291); Max value from RGB is 208 - color contains mainly: blue. Hex color #341FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FD0 is #CBE02F. Grayscale: #383838. Windows color (decimal): -13361200 or 13639476. OLE color: 13639476.

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

Color convert

RGB 52 31 208 -
CMYK 0.75 0.85 0 0.18
HSL 247.12º 0.74% 0.47% -
HSV(B) 247.12º 0.85% 0.82% -
XYZ 13.29 6.26 60.18 -
YUV 57.46 212.96 124.11 -
System Red Green Blue C M Y K H S L
Decimal 52 31 208 0.75 0.85 0 0.18 247.12 0.74 0.47
Hex 34 1F D0 4B 55 0 12 F7 4A 2F
Octal 64 37 320 113 125 0 22 367 112 57
Binary 110100 11111 11010000 1001011 1010101 0 10010 11110111 1001010 101111

Color Harmonies of #341FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341FD0

Black with #341FD0

Text Example


Text Example

White with #341FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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