Html Css Color HEX #341DC7 Persian Blue

📋 copy color: '#341DC7'

red 52 ◦ green 29 ◦ blue 199

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

Shades of Persian Blue #341DC7

Tints of Persian Blue #341DC7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.36%

 BLUE value IS 199 (78.13% from 255) = 71.07%

R = 18.57%
G = 10.36%
B = 71.07%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#341DC7 (or 0x341DC7) is known color: Persian Blue. HEX triplet: 34, 1D and C7. RGB value is (52,29,199). Sum of RGB (Red+Green+Blue) = 52+29+199=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 199 (78.12% from 255 or 71.07% from 280); Max value from RGB is 199 - color contains mainly: blue. Hex color #341DC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DC7 is #CBE238. Grayscale: #363636. Windows color (decimal): -13361721 or 13049140. OLE color: 13049140.

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

Color convert

RGB 52 29 199 -
CMYK 0.74 0.85 0 0.22
HSL 248.12º 0.75% 0.45% -
HSV(B) 248.12º 0.85% 0.78% -
XYZ 12.16 5.73 54.5 -
YUV 55.26 209.12 125.68 -
System Red Green Blue C M Y K H S L
Decimal 52 29 199 0.74 0.85 0 0.22 248.12 0.75 0.45
Hex 34 1D C7 4A 55 0 16 F8 4B 2D
Octal 64 35 307 112 125 0 26 370 113 55
Binary 110100 11101 11000111 1001010 1010101 0 10110 11111000 1001011 101101

Color Harmonies of #341DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DC7

Black with #341DC7

Text Example


Text Example

White with #341DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,29,199); }

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

background-color css

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

 a { background-color: rgb(52,29,199); }

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

border-color css

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

 span { border-color: rgb(52,29,199); }

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