Html Css Color HEX #341081 Persian Indigo

📋 copy color: '#341081'

red 52 ◦ green 16 ◦ blue 129

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

Shades of Persian Indigo #341081

Tints of Persian Indigo #341081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 129 (50.78% from 255) = 65.48%

R = 26.4%
G = 8.12%
B = 65.48%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#341081 (or 0x341081) is known color: Persian Indigo. HEX triplet: 34, 10 and 81. RGB value is (52,16,129). Sum of RGB (Red+Green+Blue) = 52+16+129=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #341081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341081 is #CBEF7E. Grayscale: #272727. Windows color (decimal): -13365119 or 8458292. OLE color: 8458292.

HSL color Cylindrical-coordinate representation of color #341081: hue angle of 259.12º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341081 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 16 129 -
CMYK 0.60 0.88 0 0.49
HSL 259.12º 0.78% 0.28% -
HSV(B) 259.12º 0.88% 0.51% -
XYZ 5.56 2.69 20.99 -
YUV 39.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 52 16 129 0.60 0.88 0 0.49 259.12 0.78 0.28
Hex 34 10 81 3C 58 0 31 103 4E 1C
Octal 64 20 201 74 130 0 61 403 116 34
Binary 110100 10000 10000001 111100 1011000 0 110001 100000011 1001110 11100

Color Harmonies of #341081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341081

Black with #341081

Text Example


Text Example

White with #341081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341081; }

 p { color: rgb(52,16,129); }

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

background-color css

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

 a { background-color: rgb(52,16,129); }

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

border-color css

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

 span { border-color: rgb(52,16,129); }

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