Html Css Color HEX #351792 Persian Indigo

📋 copy color: '#351792'

red 53 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #351792

Tints of Persian Indigo #351792

RGB

 RED value IS 53 (21.09% from 255) = 23.87%

 GREEN value IS 23 (9.38% from 255) = 10.36%

 BLUE value IS 146 (57.42% from 255) = 65.77%

R = 23.87%
G = 10.36%
B = 65.77%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#351792 (or 0x351792) is known color: Persian Indigo. HEX triplet: 35, 17 and 92. RGB value is (53,23,146). Sum of RGB (Red+Green+Blue) = 53+23+146=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #351792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351792 is #CAE86D. Grayscale: #2D2D2D. Windows color (decimal): -13297774 or 9574197. OLE color: 9574197.

HSL color Cylindrical-coordinate representation of color #351792: hue angle of 254.63º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351792 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 23 146 -
CMYK 0.64 0.84 0 0.43
HSL 254.63º 0.73% 0.33% -
HSV(B) 254.63º 0.84% 0.57% -
XYZ 6.96 3.44 27.49 -
YUV 45.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 53 23 146 0.64 0.84 0 0.43 254.63 0.73 0.33
Hex 35 17 92 40 54 0 2B FF 49 21
Octal 65 27 222 100 124 0 53 377 111 41
Binary 110101 10111 10010010 1000000 1010100 0 101011 11111111 1001001 100001

Color Harmonies of #351792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351792

Black with #351792

Text Example


Text Example

White with #351792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351792; }

 p { color: rgb(53,23,146); }

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

background-color css

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

 a { background-color: rgb(53,23,146); }

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

border-color css

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

 span { border-color: rgb(53,23,146); }

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