Html Css Color HEX #341CB4 Persian Blue

📋 copy color: '#341CB4'

red 52 ◦ green 28 ◦ blue 180

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

Shades of Persian Blue #341CB4

Tints of Persian Blue #341CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 69.23%

R = 20%
G = 10.77%
B = 69.23%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#341CB4 (or 0x341CB4) is known color: Persian Blue. HEX triplet: 34, 1C and B4. RGB value is (52,28,180). Sum of RGB (Red+Green+Blue) = 52+28+180=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 180 (70.70% from 255 or 69.23% from 260); Max value from RGB is 180 - color contains mainly: blue. Hex color #341CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CB4 is #CBE34B. Grayscale: #333333. Windows color (decimal): -13361996 or 11803700. OLE color: 11803700.

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

Color convert

RGB 52 28 180 -
CMYK 0.71 0.84 0 0.29
HSL 249.47º 0.73% 0.41% -
HSV(B) 249.47º 0.84% 0.71% -
XYZ 10.07 4.86 43.59 -
YUV 52.5 199.95 127.64 -
System Red Green Blue C M Y K H S L
Decimal 52 28 180 0.71 0.84 0 0.29 249.47 0.73 0.41
Hex 34 1C B4 47 54 0 1D F9 49 29
Octal 64 34 264 107 124 0 35 371 111 51
Binary 110100 11100 10110100 1000111 1010100 0 11101 11111001 1001001 101001

Color Harmonies of #341CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CB4

Black with #341CB4

Text Example


Text Example

White with #341CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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