Html Css Color HEX #270D65 Persian Indigo

📋 copy color: '#270D65'

red 39 ◦ green 13 ◦ blue 101

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

Shades of Persian Indigo #270D65

Tints of Persian Indigo #270D65

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.5%

 BLUE value IS 101 (39.84% from 255) = 66.01%

R = 25.49%
G = 8.5%
B = 66.01%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#270D65 (or 0x270D65) is known color: Persian Indigo. HEX triplet: 27, 0D and 65. RGB value is (39,13,101). Sum of RGB (Red+Green+Blue) = 39+13+101=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #270D65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D65 is #D8F29A. Grayscale: #1E1E1E. Windows color (decimal): -14217883 or 6622503. OLE color: 6622503.

HSL color Cylindrical-coordinate representation of color #270D65: hue angle of 257.73º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270D65 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 13 101 -
CMYK 0.61 0.87 0 0.60
HSL 257.73º 0.77% 0.22% -
HSV(B) 257.73º 0.87% 0.4% -
XYZ 3.33 1.66 12.46 -
YUV 30.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 39 13 101 0.61 0.87 0 0.60 257.73 0.77 0.22
Hex 27 D 65 3D 57 0 3C 102 4D 16
Octal 47 15 145 75 127 0 74 402 115 26
Binary 100111 1101 1100101 111101 1010111 0 111100 100000010 1001101 10110

Color Harmonies of #270D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270D65

Black with #270D65

Text Example


Text Example

White with #270D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270D65; }

 p { color: rgb(39,13,101); }

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

background-color css

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

 a { background-color: rgb(39,13,101); }

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

border-color css

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

 span { border-color: rgb(39,13,101); }

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