Html Css Color HEX #273AC1 Persian Blue

📋 copy color: '#273AC1'

red 39 ◦ green 58 ◦ blue 193

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

Shades of Persian Blue #273AC1

Tints of Persian Blue #273AC1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

 BLUE value IS 193 (75.78% from 255) = 66.55%

R = 13.45%
G = 20%
B = 66.55%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#273AC1 (or 0x273AC1) is known color: Persian Blue. HEX triplet: 27, 3A and C1. RGB value is (39,58,193). Sum of RGB (Red+Green+Blue) = 39+58+193=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #273AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273AC1 is #D8C53E. Grayscale: #434343. Windows color (decimal): -14206271 or 12663335. OLE color: 12663335.

HSL color Cylindrical-coordinate representation of color #273AC1: hue angle of 232.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #273AC1 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 58 193 -
CMYK 0.80 0.70 0 0.24
HSL 232.6º 0.66% 0.45% -
HSV(B) 232.6º 0.8% 0.76% -
XYZ 11.98 7.31 51.23 -
YUV 67.71 198.71 107.52 -
System Red Green Blue C M Y K H S L
Decimal 39 58 193 0.80 0.70 0 0.24 232.6 0.66 0.45
Hex 27 3A C1 50 46 0 18 E9 42 2D
Octal 47 72 301 120 106 0 30 351 102 55
Binary 100111 111010 11000001 1010000 1000110 0 11000 11101001 1000010 101101

Color Harmonies of #273AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273AC1

Black with #273AC1

Text Example


Text Example

White with #273AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273AC1; }

 p { color: rgb(39,58,193); }

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

background-color css

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

 a { background-color: rgb(39,58,193); }

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

border-color css

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

 span { border-color: rgb(39,58,193); }

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