Html Css Color HEX #362385 Persian Indigo

📋 copy color: '#362385'

red 54 ◦ green 35 ◦ blue 133

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

Shades of Persian Indigo #362385

Tints of Persian Indigo #362385

RGB

 RED value IS 54 (21.48% from 255) = 24.32%

 GREEN value IS 35 (14.06% from 255) = 15.77%

 BLUE value IS 133 (52.34% from 255) = 59.91%

R = 24.32%
G = 15.77%
B = 59.91%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#362385 (or 0x362385) is known color: Persian Indigo. HEX triplet: 36, 23 and 85. RGB value is (54,35,133). Sum of RGB (Red+Green+Blue) = 54+35+133=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #362385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362385 is #C9DC7A. Grayscale: #333333. Windows color (decimal): -13229179 or 8725302. OLE color: 8725302.

HSL color Cylindrical-coordinate representation of color #362385: hue angle of 251.63º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #362385 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 35 133 -
CMYK 0.59 0.74 0 0.48
HSL 251.63º 0.58% 0.33% -
HSV(B) 251.63º 0.74% 0.52% -
XYZ 6.36 3.68 22.57 -
YUV 51.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 54 35 133 0.59 0.74 0 0.48 251.63 0.58 0.33
Hex 36 23 85 3B 4A 0 30 FC 3A 21
Octal 66 43 205 73 112 0 60 374 72 41
Binary 110110 100011 10000101 111011 1001010 0 110000 11111100 111010 100001

Color Harmonies of #362385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362385

Black with #362385

Text Example


Text Example

White with #362385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362385; }

 p { color: rgb(54,35,133); }

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

background-color css

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

 a { background-color: rgb(54,35,133); }

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

border-color css

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

 span { border-color: rgb(54,35,133); }

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