Html Css Color HEX #231AD1 Persian Blue

📋 copy color: '#231AD1'

red 35 ◦ green 26 ◦ blue 209

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

Shades of Persian Blue #231AD1

Tints of Persian Blue #231AD1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.63%

 BLUE value IS 209 (82.03% from 255) = 77.41%

R = 12.96%
G = 9.63%
B = 77.41%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#231AD1 (or 0x231AD1) is known color: Persian Blue. HEX triplet: 23, 1A and D1. RGB value is (35,26,209). Sum of RGB (Red+Green+Blue) = 35+26+209=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 209 (82.03% from 255 or 77.41% from 270); Max value from RGB is 209 - color contains mainly: blue. Hex color #231AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231AD1 is #DCE52E. Grayscale: #303030. Windows color (decimal): -14476591 or 13703715. OLE color: 13703715.

HSL color Cylindrical-coordinate representation of color #231AD1: hue angle of 242.95º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231AD1 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 26 209 -
CMYK 0.83 0.88 0 0.18
HSL 242.95º 0.78% 0.46% -
HSV(B) 242.95º 0.88% 0.82% -
XYZ 12.57 5.7 60.76 -
YUV 49.55 217.98 117.62 -
System Red Green Blue C M Y K H S L
Decimal 35 26 209 0.83 0.88 0 0.18 242.95 0.78 0.46
Hex 23 1A D1 53 58 0 12 F3 4E 2E
Octal 43 32 321 123 130 0 22 363 116 56
Binary 100011 11010 11010001 1010011 1011000 0 10010 11110011 1001110 101110

Color Harmonies of #231AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231AD1

Black with #231AD1

Text Example


Text Example

White with #231AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,26,209); }

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

background-color css

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

 a { background-color: rgb(35,26,209); }

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

border-color css

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

 span { border-color: rgb(35,26,209); }

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