Html Css Color HEX #350272 Persian Indigo

📋 copy color: '#350272'

red 53 ◦ green 2 ◦ blue 114

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

Shades of Persian Indigo #350272

Tints of Persian Indigo #350272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 114 (44.92% from 255) = 67.46%

R = 31.36%
G = 1.18%
B = 67.46%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#350272 (or 0x350272) is known color: Persian Indigo. HEX triplet: 35, 02 and 72. RGB value is (53,2,114). Sum of RGB (Red+Green+Blue) = 53+2+114=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #350272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350272 is #CAFD8D. Grayscale: #1D1D1D. Windows color (decimal): -13303182 or 7471669. OLE color: 7471669.

HSL color Cylindrical-coordinate representation of color #350272: hue angle of 267.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350272 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 2 114 -
CMYK 0.54 0.98 0 0.55
HSL 267.32º 0.97% 0.23% -
HSV(B) 267.32º 0.98% 0.45% -
XYZ 4.53 2.02 16.07 -
YUV 30.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 53 2 114 0.54 0.98 0 0.55 267.32 0.97 0.23
Hex 35 2 72 36 62 0 37 10B 61 17
Octal 65 2 162 66 142 0 67 413 141 27
Binary 110101 10 1110010 110110 1100010 0 110111 100001011 1100001 10111

Color Harmonies of #350272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350272

Black with #350272

Text Example


Text Example

White with #350272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350272; }

 p { color: rgb(53,2,114); }

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

background-color css

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

 a { background-color: rgb(53,2,114); }

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

border-color css

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

 span { border-color: rgb(53,2,114); }

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