Html Css Color HEX #231BB3 Persian Blue

📋 copy color: '#231BB3'

red 35 ◦ green 27 ◦ blue 179

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

Shades of Persian Blue #231BB3

Tints of Persian Blue #231BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 74.27%

R = 14.52%
G = 11.2%
B = 74.27%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#231BB3 (or 0x231BB3) is known color: Persian Blue. HEX triplet: 23, 1B and B3. RGB value is (35,27,179). Sum of RGB (Red+Green+Blue) = 35+27+179=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 179 (70.31% from 255 or 74.27% from 241); Max value from RGB is 179 - color contains mainly: blue. Hex color #231BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BB3 is #DCE44C. Grayscale: #2E2E2E. Windows color (decimal): -14476365 or 11737891. OLE color: 11737891.

HSL color Cylindrical-coordinate representation of color #231BB3: hue angle of 243.16º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231BB3 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 35 27 179 -
CMYK 0.80 0.85 0 0.30
HSL 243.16º 0.74% 0.4% -
HSV(B) 243.16º 0.85% 0.7% -
XYZ 9.22 4.4 43.01 -
YUV 46.72 202.65 119.64 -
System Red Green Blue C M Y K H S L
Decimal 35 27 179 0.80 0.85 0 0.30 243.16 0.74 0.4
Hex 23 1B B3 50 55 0 1E F3 4A 28
Octal 43 33 263 120 125 0 36 363 112 50
Binary 100011 11011 10110011 1010000 1010101 0 11110 11110011 1001010 101000

Color Harmonies of #231BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231BB3

Black with #231BB3

Text Example


Text Example

White with #231BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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