Html Css Color HEX #1E32C4 Persian Blue

📋 copy color: '#1E32C4'

red 30 ◦ green 50 ◦ blue 196

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

Shades of Persian Blue #1E32C4

Tints of Persian Blue #1E32C4

RGB

 RED value IS 30 (12.11% from 255) = 10.87%

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 196 (76.95% from 255) = 71.01%

R = 10.87%
G = 18.12%
B = 71.01%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1E32C4 (or 0x1E32C4) is known color: Persian Blue. HEX triplet: 1E, 32 and C4. RGB value is (30,50,196). Sum of RGB (Red+Green+Blue) = 30+50+196=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 196 (76.95% from 255 or 71.01% from 276); Max value from RGB is 196 - color contains mainly: blue. Hex color #1E32C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E32C4 is #E1CD3B. Grayscale: #3C3C3C. Windows color (decimal): -14798140 or 12857886. OLE color: 12857886.

HSL color Cylindrical-coordinate representation of color #1E32C4: hue angle of 232.77º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E32C4 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 30 50 196 -
CMYK 0.85 0.74 0 0.23
HSL 232.77º 0.73% 0.44% -
HSV(B) 232.77º 0.85% 0.77% -
XYZ 11.64 6.54 52.87 -
YUV 60.66 204.37 106.13 -
System Red Green Blue C M Y K H S L
Decimal 30 50 196 0.85 0.74 0 0.23 232.77 0.73 0.44
Hex 1E 32 C4 55 4A 0 17 E9 49 2C
Octal 36 62 304 125 112 0 27 351 111 54
Binary 11110 110010 11000100 1010101 1001010 0 10111 11101001 1001001 101100

Color Harmonies of #1E32C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E32C4

Black with #1E32C4

Text Example


Text Example

White with #1E32C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E32C4; }

 p { color: rgb(30,50,196); }

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

background-color css

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

 a { background-color: rgb(30,50,196); }

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

border-color css

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

 span { border-color: rgb(30,50,196); }

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