Html Css Color HEX #230184 Persian Indigo

📋 copy color: '#230184'

red 35 ◦ green 1 ◦ blue 132

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

Shades of Persian Indigo #230184

Tints of Persian Indigo #230184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 132 (51.95% from 255) = 78.57%

R = 20.83%
G = 0.6%
B = 78.57%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#230184 (or 0x230184) is known color: Persian Indigo. HEX triplet: 23, 01 and 84. RGB value is (35,1,132). Sum of RGB (Red+Green+Blue) = 35+1+132=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #230184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230184 is #DCFE7B. Grayscale: #191919. Windows color (decimal): -14483068 or 8651043. OLE color: 8651043.

HSL color Cylindrical-coordinate representation of color #230184: hue angle of 255.57º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230184 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 1 132 -
CMYK 0.73 0.99 0 0.48
HSL 255.57º 0.98% 0.26% -
HSV(B) 255.57º 0.99% 0.52% -
XYZ 4.87 2.04 21.97 -
YUV 26.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 35 1 132 0.73 0.99 0 0.48 255.57 0.98 0.26
Hex 23 1 84 49 63 0 30 100 62 1A
Octal 43 1 204 111 143 0 60 400 142 32
Binary 100011 1 10000100 1001001 1100011 0 110000 100000000 1100010 11010

Color Harmonies of #230184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230184

Black with #230184

Text Example


Text Example

White with #230184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230184; }

 p { color: rgb(35,1,132); }

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

background-color css

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

 a { background-color: rgb(35,1,132); }

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

border-color css

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

 span { border-color: rgb(35,1,132); }

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