Html Css Color HEX #351892 Persian Indigo

📋 copy color: '#351892'

red 53 ◦ green 24 ◦ blue 146

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

Shades of Persian Indigo #351892

Tints of Persian Indigo #351892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.76%

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

R = 23.77%
G = 10.76%
B = 65.47%

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

#351892 (or 0x351892) is known color: Persian Indigo. HEX triplet: 35, 18 and 92. RGB value is (53,24,146). Sum of RGB (Red+Green+Blue) = 53+24+146=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #351892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351892 is #CAE76D. Grayscale: #2E2E2E. Windows color (decimal): -13297518 or 9574453. OLE color: 9574453.

HSL color Cylindrical-coordinate representation of color #351892: hue angle of 254.26º degrees, saturation: 0.72, 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 #351892 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 24 146 -
CMYK 0.64 0.84 0 0.43
HSL 254.26º 0.72% 0.33% -
HSV(B) 254.26º 0.84% 0.57% -
XYZ 6.98 3.49 27.5 -
YUV 46.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 53 24 146 0.64 0.84 0 0.43 254.26 0.72 0.33
Hex 35 18 92 40 54 0 2B FE 48 21
Octal 65 30 222 100 124 0 53 376 110 41
Binary 110101 11000 10010010 1000000 1010100 0 101011 11111110 1001000 100001

Color Harmonies of #351892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351892

Black with #351892

Text Example


Text Example

White with #351892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351892; }

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

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

background-color css

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

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

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

border-color css

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

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

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