Html Css Color HEX #350B7C Persian Indigo

📋 copy color: '#350B7C'

red 53 ◦ green 11 ◦ blue 124

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

Shades of Persian Indigo #350B7C

Tints of Persian Indigo #350B7C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.85%

 BLUE value IS 124 (48.83% from 255) = 65.96%

R = 28.19%
G = 5.85%
B = 65.96%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#350B7C (or 0x350B7C) is known color: Persian Indigo. HEX triplet: 35, 0B and 7C. RGB value is (53,11,124). Sum of RGB (Red+Green+Blue) = 53+11+124=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #350B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350B7C is #CAF483. Grayscale: #242424. Windows color (decimal): -13300868 or 8129333. OLE color: 8129333.

HSL color Cylindrical-coordinate representation of color #350B7C: hue angle of 262.3º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350B7C is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 11 124 -
CMYK 0.57 0.91 0 0.51
HSL 262.3º 0.84% 0.26% -
HSV(B) 262.3º 0.91% 0.49% -
XYZ 5.23 2.45 19.27 -
YUV 36.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 53 11 124 0.57 0.91 0 0.51 262.3 0.84 0.26
Hex 35 B 7C 39 5B 0 33 106 54 1A
Octal 65 13 174 71 133 0 63 406 124 32
Binary 110101 1011 1111100 111001 1011011 0 110011 100000110 1010100 11010

Color Harmonies of #350B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B7C

Black with #350B7C

Text Example


Text Example

White with #350B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350B7C; }

 p { color: rgb(53,11,124); }

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

background-color css

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

 a { background-color: rgb(53,11,124); }

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

border-color css

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

 span { border-color: rgb(53,11,124); }

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