Html Css Color HEX #360269 Persian Indigo

📋 copy color: '#360269'

red 54 ◦ green 2 ◦ blue 105

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

Shades of Persian Indigo #360269

Tints of Persian Indigo #360269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

 BLUE value IS 105 (41.41% from 255) = 65.22%

R = 33.54%
G = 1.24%
B = 65.22%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#360269 (or 0x360269) is known color: Persian Indigo. HEX triplet: 36, 02 and 69. RGB value is (54,2,105). Sum of RGB (Red+Green+Blue) = 54+2+105=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #360269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360269 is #C9FD96. Grayscale: #1C1C1C. Windows color (decimal): -13237655 or 6881846. OLE color: 6881846.

HSL color Cylindrical-coordinate representation of color #360269: hue angle of 270.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360269 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 2 105 -
CMYK 0.49 0.98 0 0.59
HSL 270.29º 0.96% 0.21% -
HSV(B) 270.29º 0.98% 0.41% -
XYZ 4.09 1.85 13.51 -
YUV 29.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 54 2 105 0.49 0.98 0 0.59 270.29 0.96 0.21
Hex 36 2 69 31 62 0 3B 10E 60 15
Octal 66 2 151 61 142 0 73 416 140 25
Binary 110110 10 1101001 110001 1100010 0 111011 100001110 1100000 10101

Color Harmonies of #360269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360269

Black with #360269

Text Example


Text Example

White with #360269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360269; }

 p { color: rgb(54,2,105); }

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

background-color css

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

 a { background-color: rgb(54,2,105); }

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

border-color css

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

 span { border-color: rgb(54,2,105); }

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