Html Css Color HEX #350F6E Persian Indigo

📋 copy color: '#350F6E'

red 53 ◦ green 15 ◦ blue 110

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

Shades of Persian Indigo #350F6E

Tints of Persian Indigo #350F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.43%

 BLUE value IS 110 (43.36% from 255) = 61.8%

R = 29.78%
G = 8.43%
B = 61.8%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#350F6E (or 0x350F6E) is known color: Persian Indigo. HEX triplet: 35, 0F and 6E. RGB value is (53,15,110). Sum of RGB (Red+Green+Blue) = 53+15+110=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #350F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350F6E is #CAF091. Grayscale: #242424. Windows color (decimal): -13299858 or 7212853. OLE color: 7212853.

HSL color Cylindrical-coordinate representation of color #350F6E: hue angle of 264º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #350F6E is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 15 110 -
CMYK 0.52 0.86 0 0.57
HSL 264º 0.76% 0.25% -
HSV(B) 264º 0.86% 0.43% -
XYZ 4.45 2.22 14.95 -
YUV 37.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 53 15 110 0.52 0.86 0 0.57 264 0.76 0.25
Hex 35 F 6E 34 56 0 39 108 4C 19
Octal 65 17 156 64 126 0 71 410 114 31
Binary 110101 1111 1101110 110100 1010110 0 111001 100001000 1001100 11001

Color Harmonies of #350F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F6E

Black with #350F6E

Text Example


Text Example

White with #350F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,15,110); }

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

background-color css

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

 a { background-color: rgb(53,15,110); }

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

border-color css

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

 span { border-color: rgb(53,15,110); }

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