Html Css Color HEX #341A7D Persian Indigo

📋 copy color: '#341A7D'

red 52 ◦ green 26 ◦ blue 125

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

Shades of Persian Indigo #341A7D

Tints of Persian Indigo #341A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 25.62%
G = 12.81%
B = 61.58%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#341A7D (or 0x341A7D) is known color: Persian Indigo. HEX triplet: 34, 1A and 7D. RGB value is (52,26,125). Sum of RGB (Red+Green+Blue) = 52+26+125=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #341A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A7D is #CBE582. Grayscale: #2C2C2C. Windows color (decimal): -13362563 or 8198708. OLE color: 8198708.

HSL color Cylindrical-coordinate representation of color #341A7D: hue angle of 255.76º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341A7D is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 26 125 -
CMYK 0.58 0.79 0 0.51
HSL 255.76º 0.66% 0.3% -
HSV(B) 255.76º 0.79% 0.49% -
XYZ 5.49 2.95 19.68 -
YUV 45.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 52 26 125 0.58 0.79 0 0.51 255.76 0.66 0.3
Hex 34 1A 7D 3A 4F 0 33 100 42 1E
Octal 64 32 175 72 117 0 63 400 102 36
Binary 110100 11010 1111101 111010 1001111 0 110011 100000000 1000010 11110

Color Harmonies of #341A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A7D

Black with #341A7D

Text Example


Text Example

White with #341A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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