Html Css Color HEX #231EC1 Persian Blue

📋 copy color: '#231EC1'

red 35 ◦ green 30 ◦ blue 193

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

Shades of Persian Blue #231EC1

Tints of Persian Blue #231EC1

RGB

 RED value IS 35 (14.06% from 255) = 13.57%

 GREEN value IS 30 (12.11% from 255) = 11.63%

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

R = 13.57%
G = 11.63%
B = 74.81%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#231EC1 (or 0x231EC1) is known color: Persian Blue. HEX triplet: 23, 1E and C1. RGB value is (35,30,193). Sum of RGB (Red+Green+Blue) = 35+30+193=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #231EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EC1 is #DCE13E. Grayscale: #313131. Windows color (decimal): -14475583 or 12656163. OLE color: 12656163.

HSL color Cylindrical-coordinate representation of color #231EC1: hue angle of 241.84º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231EC1 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 30 193 -
CMYK 0.82 0.84 0 0.24
HSL 241.84º 0.73% 0.44% -
HSV(B) 241.84º 0.84% 0.76% -
XYZ 10.78 5.14 50.88 -
YUV 50.08 208.66 117.25 -
System Red Green Blue C M Y K H S L
Decimal 35 30 193 0.82 0.84 0 0.24 241.84 0.73 0.44
Hex 23 1E C1 52 54 0 18 F2 49 2C
Octal 43 36 301 122 124 0 30 362 111 54
Binary 100011 11110 11000001 1010010 1010100 0 11000 11110010 1001001 101100

Color Harmonies of #231EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EC1

Black with #231EC1

Text Example


Text Example

White with #231EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231EC1; }

 p { color: rgb(35,30,193); }

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

background-color css

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

 a { background-color: rgb(35,30,193); }

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

border-color css

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

 span { border-color: rgb(35,30,193); }

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