Html Css Color HEX #351E8A Persian Indigo

📋 copy color: '#351E8A'

red 53 ◦ green 30 ◦ blue 138

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

Shades of Persian Indigo #351E8A

Tints of Persian Indigo #351E8A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.57%

 BLUE value IS 138 (54.3% from 255) = 62.44%

R = 23.98%
G = 13.57%
B = 62.44%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#351E8A (or 0x351E8A) is known color: Persian Indigo. HEX triplet: 35, 1E and 8A. RGB value is (53,30,138). Sum of RGB (Red+Green+Blue) = 53+30+138=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #351E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351E8A is #CAE175. Grayscale: #303030. Windows color (decimal): -13295990 or 9051701. OLE color: 9051701.

HSL color Cylindrical-coordinate representation of color #351E8A: hue angle of 252.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351E8A is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 30 138 -
CMYK 0.62 0.78 0 0.46
HSL 252.78º 0.64% 0.33% -
HSV(B) 252.78º 0.78% 0.54% -
XYZ 6.52 3.52 24.38 -
YUV 49.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 53 30 138 0.62 0.78 0 0.46 252.78 0.64 0.33
Hex 35 1E 8A 3E 4E 0 2E FD 40 21
Octal 65 36 212 76 116 0 56 375 100 41
Binary 110101 11110 10001010 111110 1001110 0 101110 11111101 1000000 100001

Color Harmonies of #351E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E8A

Black with #351E8A

Text Example


Text Example

White with #351E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351E8A; }

 p { color: rgb(53,30,138); }

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

background-color css

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

 a { background-color: rgb(53,30,138); }

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

border-color css

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

 span { border-color: rgb(53,30,138); }

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