Html Css Color HEX #341298 Persian Indigo

📋 copy color: '#341298'

red 52 ◦ green 18 ◦ blue 152

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

Shades of Persian Indigo #341298

Tints of Persian Indigo #341298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

 BLUE value IS 152 (59.77% from 255) = 68.47%

R = 23.42%
G = 8.11%
B = 68.47%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#341298 (or 0x341298) is known color: Persian Indigo. HEX triplet: 34, 12 and 98. RGB value is (52,18,152). Sum of RGB (Red+Green+Blue) = 52+18+152=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #341298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341298 is #CBED67. Grayscale: #2A2A2A. Windows color (decimal): -13364584 or 9966132. OLE color: 9966132.

HSL color Cylindrical-coordinate representation of color #341298: hue angle of 255.22º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341298 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 18 152 -
CMYK 0.66 0.88 0 0.40
HSL 255.22º 0.79% 0.33% -
HSV(B) 255.22º 0.88% 0.6% -
XYZ 7.3 3.43 29.98 -
YUV 43.44 189.26 134.1 -
System Red Green Blue C M Y K H S L
Decimal 52 18 152 0.66 0.88 0 0.40 255.22 0.79 0.33
Hex 34 12 98 42 58 0 28 FF 4F 21
Octal 64 22 230 102 130 0 50 377 117 41
Binary 110100 10010 10011000 1000010 1011000 0 101000 11111111 1001111 100001

Color Harmonies of #341298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341298

Black with #341298

Text Example


Text Example

White with #341298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341298; }

 p { color: rgb(52,18,152); }

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

background-color css

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

 a { background-color: rgb(52,18,152); }

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

border-color css

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

 span { border-color: rgb(52,18,152); }

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