Html Css Color HEX #360567 Persian Indigo

📋 copy color: '#360567'

red 54 ◦ green 5 ◦ blue 103

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

Shades of Persian Indigo #360567

Tints of Persian Indigo #360567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 103 (40.63% from 255) = 63.58%

R = 33.33%
G = 3.09%
B = 63.58%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#360567 (or 0x360567) is known color: Persian Indigo. HEX triplet: 36, 05 and 67. RGB value is (54,5,103). Sum of RGB (Red+Green+Blue) = 54+5+103=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #360567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360567 is #C9FA98. Grayscale: #1E1E1E. Windows color (decimal): -13236889 or 6751542. OLE color: 6751542.

HSL color Cylindrical-coordinate representation of color #360567: hue angle of 270º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360567 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 5 103 -
CMYK 0.48 0.95 0 0.60
HSL 270º 0.91% 0.21% -
HSV(B) 270º 0.95% 0.4% -
XYZ 4.02 1.87 12.98 -
YUV 30.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 54 5 103 0.48 0.95 0 0.60 270 0.91 0.21
Hex 36 5 67 30 5F 0 3C 10E 5B 15
Octal 66 5 147 60 137 0 74 416 133 25
Binary 110110 101 1100111 110000 1011111 0 111100 100001110 1011011 10101

Color Harmonies of #360567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360567

Black with #360567

Text Example


Text Example

White with #360567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360567; }

 p { color: rgb(54,5,103); }

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

background-color css

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

 a { background-color: rgb(54,5,103); }

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

border-color css

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

 span { border-color: rgb(54,5,103); }

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