Html Css Color HEX #270369 Persian Indigo

📋 copy color: '#270369'

red 39 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #270369

Tints of Persian Indigo #270369

RGB

 RED value IS 39 (15.63% from 255) = 26.53%

 GREEN value IS 3 (1.56% from 255) = 2.04%

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

R = 26.53%
G = 2.04%
B = 71.43%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#270369 (or 0x270369) is known color: Persian Indigo. HEX triplet: 27, 03 and 69. RGB value is (39,3,105). Sum of RGB (Red+Green+Blue) = 39+3+105=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #270369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270369 is #D8FC96. Grayscale: #191919. Windows color (decimal): -14220439 or 6882087. OLE color: 6882087.

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

Color convert

RGB 39 3 105 -
CMYK 0.63 0.97 0 0.59
HSL 261.18º 0.94% 0.21% -
HSV(B) 261.18º 0.97% 0.41% -
XYZ 3.42 1.52 13.48 -
YUV 25.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 39 3 105 0.63 0.97 0 0.59 261.18 0.94 0.21
Hex 27 3 69 3F 61 0 3B 105 5E 15
Octal 47 3 151 77 141 0 73 405 136 25
Binary 100111 11 1101001 111111 1100001 0 111011 100000101 1011110 10101

Color Harmonies of #270369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270369

Black with #270369

Text Example


Text Example

White with #270369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270369; }

 p { color: rgb(39,3,105); }

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

background-color css

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

 a { background-color: rgb(39,3,105); }

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

border-color css

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

 span { border-color: rgb(39,3,105); }

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