Html Css Color HEX #231DB1 Persian Blue

📋 copy color: '#231DB1'

red 35 ◦ green 29 ◦ blue 177

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

Shades of Persian Blue #231DB1

Tints of Persian Blue #231DB1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.03%

 BLUE value IS 177 (69.53% from 255) = 73.44%

R = 14.52%
G = 12.03%
B = 73.44%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#231DB1 (or 0x231DB1) is known color: Persian Blue. HEX triplet: 23, 1D and B1. RGB value is (35,29,177). Sum of RGB (Red+Green+Blue) = 35+29+177=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #231DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231DB1 is #DCE24E. Grayscale: #2F2F2F. Windows color (decimal): -14475855 or 11607331. OLE color: 11607331.

HSL color Cylindrical-coordinate representation of color #231DB1: hue angle of 242.43º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231DB1 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 29 177 -
CMYK 0.80 0.84 0 0.31
HSL 242.43º 0.72% 0.4% -
HSV(B) 242.43º 0.84% 0.69% -
XYZ 9.07 4.41 41.97 -
YUV 47.67 200.99 118.97 -
System Red Green Blue C M Y K H S L
Decimal 35 29 177 0.80 0.84 0 0.31 242.43 0.72 0.4
Hex 23 1D B1 50 54 0 1F F2 48 28
Octal 43 35 261 120 124 0 37 362 110 50
Binary 100011 11101 10110001 1010000 1010100 0 11111 11110010 1001000 101000

Color Harmonies of #231DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231DB1

Black with #231DB1

Text Example


Text Example

White with #231DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,29,177); }

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

background-color css

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

 a { background-color: rgb(35,29,177); }

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

border-color css

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

 span { border-color: rgb(35,29,177); }

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