Html Css Color HEX #341A85 Persian Indigo

📋 copy color: '#341A85'

red 52 ◦ green 26 ◦ blue 133

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

Shades of Persian Indigo #341A85

Tints of Persian Indigo #341A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 24.64%
G = 12.32%
B = 63.03%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#341A85 (or 0x341A85) is known color: Persian Indigo. HEX triplet: 34, 1A and 85. RGB value is (52,26,133). Sum of RGB (Red+Green+Blue) = 52+26+133=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #341A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341A85 is #CBE57A. Grayscale: #2D2D2D. Windows color (decimal): -13362555 or 8722996. OLE color: 8722996.

HSL color Cylindrical-coordinate representation of color #341A85: hue angle of 254.58º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341A85 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 26 133 -
CMYK 0.61 0.80 0 0.48
HSL 254.58º 0.67% 0.31% -
HSV(B) 254.58º 0.8% 0.52% -
XYZ 6.02 3.16 22.48 -
YUV 45.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 52 26 133 0.61 0.80 0 0.48 254.58 0.67 0.31
Hex 34 1A 85 3D 50 0 30 FF 43 1F
Octal 64 32 205 75 120 0 60 377 103 37
Binary 110100 11010 10000101 111101 1010000 0 110000 11111111 1000011 11111

Color Harmonies of #341A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A85

Black with #341A85

Text Example


Text Example

White with #341A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,26,133); }

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

background-color css

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

 a { background-color: rgb(52,26,133); }

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

border-color css

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

 span { border-color: rgb(52,26,133); }

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