Html Css Color HEX #341CC9 Persian Blue

📋 copy color: '#341CC9'

red 52 ◦ green 28 ◦ blue 201

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

Shades of Persian Blue #341CC9

Tints of Persian Blue #341CC9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

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

R = 18.51%
G = 9.96%
B = 71.53%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#341CC9 (or 0x341CC9) is known color: Persian Blue. HEX triplet: 34, 1C and C9. RGB value is (52,28,201). Sum of RGB (Red+Green+Blue) = 52+28+201=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #341CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CC9 is #CBE336. Grayscale: #363636. Windows color (decimal): -13361975 or 13179956. OLE color: 13179956.

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

Color convert

RGB 52 28 201 -
CMYK 0.74 0.86 0 0.21
HSL 248.32º 0.76% 0.45% -
HSV(B) 248.32º 0.86% 0.79% -
XYZ 12.37 5.78 55.72 -
YUV 54.9 210.45 125.93 -
System Red Green Blue C M Y K H S L
Decimal 52 28 201 0.74 0.86 0 0.21 248.32 0.76 0.45
Hex 34 1C C9 4A 56 0 15 F8 4C 2D
Octal 64 34 311 112 126 0 25 370 114 55
Binary 110100 11100 11001001 1001010 1010110 0 10101 11111000 1001100 101101

Color Harmonies of #341CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CC9

Black with #341CC9

Text Example


Text Example

White with #341CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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