Html Css Color HEX #231BD5 Persian Blue

📋 copy color: '#231BD5'

red 35 ◦ green 27 ◦ blue 213

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

Shades of Persian Blue #231BD5

Tints of Persian Blue #231BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 77.45%

R = 12.73%
G = 9.82%
B = 77.45%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#231BD5 (or 0x231BD5) is known color: Persian Blue. HEX triplet: 23, 1B and D5. RGB value is (35,27,213). Sum of RGB (Red+Green+Blue) = 35+27+213=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 213 (83.59% from 255 or 77.45% from 275); Max value from RGB is 213 - color contains mainly: blue. Hex color #231BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BD5 is #DCE42A. Grayscale: #313131. Windows color (decimal): -14476331 or 13966115. OLE color: 13966115.

HSL color Cylindrical-coordinate representation of color #231BD5: hue angle of 242.58º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231BD5 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 27 213 -
CMYK 0.84 0.87 0 0.16
HSL 242.58º 0.78% 0.47% -
HSV(B) 242.58º 0.87% 0.84% -
XYZ 13.1 5.95 63.41 -
YUV 50.6 219.65 116.88 -
System Red Green Blue C M Y K H S L
Decimal 35 27 213 0.84 0.87 0 0.16 242.58 0.78 0.47
Hex 23 1B D5 54 57 0 10 F3 4E 2F
Octal 43 33 325 124 127 0 20 363 116 57
Binary 100011 11011 11010101 1010100 1010111 0 10000 11110011 1001110 101111

Color Harmonies of #231BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231BD5

Black with #231BD5

Text Example


Text Example

White with #231BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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