Html Css Color HEX #270374 Persian Indigo

📋 copy color: '#270374'

red 39 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #270374

Tints of Persian Indigo #270374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 73.42%

R = 24.68%
G = 1.9%
B = 73.42%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#270374 (or 0x270374) is known color: Persian Indigo. HEX triplet: 27, 03 and 74. RGB value is (39,3,116). Sum of RGB (Red+Green+Blue) = 39+3+116=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #270374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270374 is #D8FC8B. Grayscale: #1A1A1A. Windows color (decimal): -14220428 or 7602983. OLE color: 7602983.

HSL color Cylindrical-coordinate representation of color #270374: hue angle of 259.12º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270374 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 3 116 -
CMYK 0.66 0.97 0 0.55
HSL 259.12º 0.95% 0.23% -
HSV(B) 259.12º 0.97% 0.45% -
XYZ 4.02 1.76 16.65 -
YUV 26.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 39 3 116 0.66 0.97 0 0.55 259.12 0.95 0.23
Hex 27 3 74 42 61 0 37 103 5F 17
Octal 47 3 164 102 141 0 67 403 137 27
Binary 100111 11 1110100 1000010 1100001 0 110111 100000011 1011111 10111

Color Harmonies of #270374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270374

Black with #270374

Text Example


Text Example

White with #270374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270374; }

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

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

background-color css

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

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

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

border-color css

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

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

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