Html Css Color HEX #341CB7 Persian Blue

📋 copy color: '#341CB7'

red 52 ◦ green 28 ◦ blue 183

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

Shades of Persian Blue #341CB7

Tints of Persian Blue #341CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 69.58%

R = 19.77%
G = 10.65%
B = 69.58%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#341CB7 (or 0x341CB7) is known color: Persian Blue. HEX triplet: 34, 1C and B7. RGB value is (52,28,183). Sum of RGB (Red+Green+Blue) = 52+28+183=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 183 (71.88% from 255 or 69.58% from 263); Max value from RGB is 183 - color contains mainly: blue. Hex color #341CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CB7 is #CBE348. Grayscale: #343434. Windows color (decimal): -13361993 or 12000308. OLE color: 12000308.

HSL color Cylindrical-coordinate representation of color #341CB7: hue angle of 249.29º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341CB7 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 28 183 -
CMYK 0.72 0.85 0 0.28
HSL 249.29º 0.73% 0.41% -
HSV(B) 249.29º 0.85% 0.72% -
XYZ 10.38 4.98 45.21 -
YUV 52.85 201.45 127.4 -
System Red Green Blue C M Y K H S L
Decimal 52 28 183 0.72 0.85 0 0.28 249.29 0.73 0.41
Hex 34 1C B7 48 55 0 1C F9 49 29
Octal 64 34 267 110 125 0 34 371 111 51
Binary 110100 11100 10110111 1001000 1010101 0 11100 11111001 1001001 101001

Color Harmonies of #341CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CB7

Black with #341CB7

Text Example


Text Example

White with #341CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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