Html Css Color HEX #231BBB Persian Blue

📋 copy color: '#231BBB'

red 35 ◦ green 27 ◦ blue 187

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

Shades of Persian Blue #231BBB

Tints of Persian Blue #231BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.84%

 BLUE value IS 187 (73.44% from 255) = 75.1%

R = 14.06%
G = 10.84%
B = 75.1%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#231BBB (or 0x231BBB) is known color: Persian Blue. HEX triplet: 23, 1B and BB. RGB value is (35,27,187). Sum of RGB (Red+Green+Blue) = 35+27+187=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #231BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BBB is #DCE444. Grayscale: #2F2F2F. Windows color (decimal): -14476357 or 12262179. OLE color: 12262179.

HSL color Cylindrical-coordinate representation of color #231BBB: hue angle of 243º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231BBB is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 27 187 -
CMYK 0.81 0.86 0 0.27
HSL 243º 0.75% 0.42% -
HSV(B) 243º 0.86% 0.73% -
XYZ 10.05 4.73 47.4 -
YUV 47.63 206.65 118.99 -
System Red Green Blue C M Y K H S L
Decimal 35 27 187 0.81 0.86 0 0.27 243 0.75 0.42
Hex 23 1B BB 51 56 0 1B F3 4B 2A
Octal 43 33 273 121 126 0 33 363 113 52
Binary 100011 11011 10111011 1010001 1010110 0 11011 11110011 1001011 101010

Color Harmonies of #231BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231BBB

Black with #231BBB

Text Example


Text Example

White with #231BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,27,187); }

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

background-color css

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

 a { background-color: rgb(35,27,187); }

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

border-color css

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

 span { border-color: rgb(35,27,187); }

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